Skip to content

Commit ddc7ff3

Browse files
committed
Update Azure Pipelines
1 parent a706fef commit ddc7ff3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
seleniumbase install geckodriver
4242
displayName: 'Install chromedriver and geckodriver (Firefox Webdriver)'
4343
44+
- script: |
45+
echo "def test_1(): pass" > nothing.py
46+
pytest nothing.py
47+
displayName: 'Make sure pytest is working'
48+
4449
- script: pytest examples/boilerplates/boilerplate_test.py --browser=chrome --headless -v -s --junitxml=junit/test-results.xml
4550
displayName: 'Run pytest boilerplate_test.py --browser=chrome --headless'
4651

0 commit comments

Comments
 (0)