From 205aa70221e858b70a6692b190f8e44f54fcf723 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Tue, 1 Oct 2019 00:58:12 -0400 Subject: [PATCH] Update the docs --- README.md | 2 +- integrations/google_cloud/ReadMe.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5f6aa7c..0540096f 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md) +[](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md) [ ](https://github.com/seleniumbase/SeleniumBase/releases) [ ](https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master) [ ](https://travis-ci.org/seleniumbase/SeleniumBase) [ ](https://gitter.im/seleniumbase/SeleniumBase) [ ](https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE) [ ](https://github.com/seleniumbase/SeleniumBase/stargazers)
diff --git a/integrations/google_cloud/ReadMe.md b/integrations/google_cloud/ReadMe.md index 08b1f680..ed34a0cd 100755 --- a/integrations/google_cloud/ReadMe.md +++ b/integrations/google_cloud/ReadMe.md @@ -179,7 +179,7 @@ If you have a web application that you want to test, you'll be able to create Se * For the "Execute shell", use the following as your updated "Command": ```bash -pytest examples/test_suite.py --headless --browser=chrome --with-db_reporting --with-testing_base +pytest examples/test_suite.py --headless --browser=chrome --with-db_reporting ``` * Click "Save" when you're done.