Skip to content

Commit b437606

Browse files
committed
Update ReadMe to match screenshot
1 parent 911f146 commit b437606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integrations/azure/jenkins/ReadMe.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ sudo cat /var/lib/jenkins/secrets/initialAdminPassword
181181
* **Select "Execute shell".**
182182
* **For the "Command", paste:**
183183
```bash
184-
pytest examples/my_first_test.py --headless --browser=chrome
184+
cd examples
185+
pytest my_first_test.py --headless
185186
```
186187

187188
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_16.png "Jenkins on Azure")

0 commit comments

Comments
 (0)