Skip to content

Commit d34cdf4

Browse files
committed
Update a ReadMe file.
1 parent 5b0f981 commit d34cdf4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

integrations/google_cloud/ReadMe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,19 @@ sudo python server_setup.py develop
8484
![](http://cdn2.hubspot.net/hubfs/100006/images/gcp_bitnami.png "Linux SSH Terminal")
8585

8686
```bash
87-
py.test examples/my_first_test.py --with-selenium --headless --browser=chrome
87+
pytest examples/my_first_test.py --headless --browser=chrome
8888
```
8989

9090
#### Step 14. If you like nosetests better than pytest, that works too
9191

9292
```bash
93-
nosetests examples/my_first_test.py --with-selenium --headless --browser=chrome
93+
nosetests examples/my_first_test.py --headless --browser=chrome
9494
```
9595

9696
#### Step 15. You can also verify that the example test runs on Firefox
9797

9898
```bash
99-
nosetests examples/my_first_test.py --with-selenium --headless --browser=firefox
99+
nosetests examples/my_first_test.py --headless --browser=firefox
100100
```
101101

102102
#### Step 16. Login to Jenkins
@@ -119,7 +119,7 @@ nosetests examples/my_first_test.py --with-selenium --headless --browser=firefox
119119
* Under "Build", click the "Add build step" dropdown and then select "Execute shell".
120120
* For the "Command", put:
121121
```bash
122-
nosetests examples/my_first_test.py --with-selenium --headless --browser=chrome
122+
nosetests examples/my_first_test.py --headless --browser=chrome
123123
```
124124
* Click "Save" when you're done.
125125

@@ -184,7 +184,7 @@ sudo python setup.py install
184184
* For the "Execute shell", use the following as your updated "Command":
185185

186186
```bash
187-
nosetests examples/my_test_suite.py --with-selenium --headless --browser=chrome --with-db_reporting --with-testing_base
187+
nosetests examples/my_test_suite.py --headless --browser=chrome --with-db_reporting --with-testing_base
188188
```
189189

190190
* Click "Save" when you're done.

0 commit comments

Comments
 (0)