From 2a024c41a359d188d6c370ff2325759b196da609 Mon Sep 17 00:00:00 2001 From: Nurhan Turgut <50856934+nturgut@users.noreply.github.com> Date: Wed, 18 Dec 2019 17:21:52 -0800 Subject: [PATCH] addressing reviewer comments. --- lib/web_ui/dev/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/web_ui/dev/README.md b/lib/web_ui/dev/README.md index ec28a82ca..86e06ccde 100644 --- a/lib/web_ui/dev/README.md +++ b/lib/web_ui/dev/README.md @@ -32,10 +32,12 @@ If you are a Google employee, you can use an internal instance of Goma to parall ## Running web engine tests To run all tests on Chrome: + ``` felt test ``` -To run tests on Firefox (this will work on a Linux device): + +To run tests on Firefox (this will work only on a Linux device): ``` felt test --browser=firefox