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 6c00cd4 commit 0653538Copy full SHA for 0653538
azure-pipelines.yml
@@ -65,6 +65,9 @@ jobs:
65
pytest nothing.py
66
displayName: 'Make sure pytest is working'
67
68
+ - script: python -m pytest examples/unit_tests/verify_framework.py
69
+ displayName: 'Run pytest verify_framework.py'
70
+
71
- script: python -m pytest examples/boilerplates/boilerplate_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
72
displayName: 'Run pytest boilerplate_test.py --browser=chrome --headless'
73
0 commit comments