From d34cdf4f07f623d8f9d8fc41b9af78187917f2e3 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Thu, 8 Feb 2018 15:25:27 -0500 Subject: [PATCH] Update a ReadMe file. --- integrations/google_cloud/ReadMe.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/integrations/google_cloud/ReadMe.md b/integrations/google_cloud/ReadMe.md index 2cbaf2d6..e03cc50d 100755 --- a/integrations/google_cloud/ReadMe.md +++ b/integrations/google_cloud/ReadMe.md @@ -84,19 +84,19 @@ sudo python server_setup.py develop ![](http://cdn2.hubspot.net/hubfs/100006/images/gcp_bitnami.png "Linux SSH Terminal") ```bash -py.test examples/my_first_test.py --with-selenium --headless --browser=chrome +pytest examples/my_first_test.py --headless --browser=chrome ``` #### Step 14. If you like nosetests better than pytest, that works too ```bash -nosetests examples/my_first_test.py --with-selenium --headless --browser=chrome +nosetests examples/my_first_test.py --headless --browser=chrome ``` #### Step 15. You can also verify that the example test runs on Firefox ```bash -nosetests examples/my_first_test.py --with-selenium --headless --browser=firefox +nosetests examples/my_first_test.py --headless --browser=firefox ``` #### Step 16. Login to Jenkins @@ -119,7 +119,7 @@ nosetests examples/my_first_test.py --with-selenium --headless --browser=firefox * Under "Build", click the "Add build step" dropdown and then select "Execute shell". * For the "Command", put: ```bash -nosetests examples/my_first_test.py --with-selenium --headless --browser=chrome +nosetests examples/my_first_test.py --headless --browser=chrome ``` * Click "Save" when you're done. @@ -184,7 +184,7 @@ sudo python setup.py install * For the "Execute shell", use the following as your updated "Command": ```bash -nosetests examples/my_test_suite.py --with-selenium --headless --browser=chrome --with-db_reporting --with-testing_base +nosetests examples/my_test_suite.py --headless --browser=chrome --with-db_reporting --with-testing_base ``` * Click "Save" when you're done.