From 99750fcb422bc2d07099e5f54dafe7867e99fcc5 Mon Sep 17 00:00:00 2001 From: Jamal Carvalho Date: Mon, 17 May 2021 16:07:53 -0400 Subject: [PATCH] doc: add chrome version to browserless/chrome command Change-Id: I918f2dc3aeae1247c9dc9adb1c314d978272b36a Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/320411 Trust: Jamal Carvalho Run-TryBot: Jamal Carvalho TryBot-Result: kokoro Reviewed-by: Julie Qiu --- doc/frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/frontend.md b/doc/frontend.md index 0b153ee7..591d2b02 100644 --- a/doc/frontend.md +++ b/doc/frontend.md @@ -69,7 +69,7 @@ The e2e tests require that npm and docker are installed on your machine. First run headless chrome - docker run --rm -e "CONNECTION_TIMEOUT=-1" -p 3000:3000 browserless/chrome + docker run --rm -e "CONNECTION_TIMEOUT=-1" -p 3000:3000 browserless/chrome:1.46-chrome-stable Then run the tests