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 a706fef commit ddc7ff3Copy full SHA for ddc7ff3
azure-pipelines.yml
@@ -41,6 +41,11 @@ jobs:
41
seleniumbase install geckodriver
42
displayName: 'Install chromedriver and geckodriver (Firefox Webdriver)'
43
44
+ - script: |
45
+ echo "def test_1(): pass" > nothing.py
46
+ pytest nothing.py
47
+ displayName: 'Make sure pytest is working'
48
+
49
- script: pytest examples/boilerplates/boilerplate_test.py --browser=chrome --headless -v -s --junitxml=junit/test-results.xml
50
displayName: 'Run pytest boilerplate_test.py --browser=chrome --headless'
51
0 commit comments