Update the Azure Pipelines script

This commit is contained in:
Michael Mintz 2021-03-05 19:37:26 -05:00
parent 0d3127effd
commit 9d73814c78
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ jobs:
pytest nothing.py
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/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
displayName: 'Run pytest boilerplate_test.py --browser=chrome --headless'