Update the Azure Pipelines script

This commit is contained in:
Michael Mintz 2021-03-05 19:00:42 -05:00
parent 6c00cd46da
commit 0653538824
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ jobs:
pytest nothing.py pytest nothing.py
displayName: 'Make sure pytest is working' displayName: 'Make sure pytest is working'
- script: python -m pytest examples/unit_tests/verify_framework.py
displayName: 'Run pytest verify_framework.py'
- script: python -m pytest examples/boilerplates/boilerplate_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml - script: python -m pytest examples/boilerplates/boilerplate_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
displayName: 'Run pytest boilerplate_test.py --browser=chrome --headless' displayName: 'Run pytest boilerplate_test.py --browser=chrome --headless'