We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911f146 commit b437606Copy full SHA for b437606
integrations/azure/jenkins/ReadMe.md
@@ -181,7 +181,8 @@ sudo cat /var/lib/jenkins/secrets/initialAdminPassword
181
* **Select "Execute shell".**
182
* **For the "Command", paste:**
183
```bash
184
-pytest examples/my_first_test.py --headless --browser=chrome
+cd examples
185
+pytest my_first_test.py --headless
186
```
187
188

0 commit comments