Skip to content

Commit 4754ab0

Browse files
committed
Update the Azure Pipelines script
1 parent 1503d75 commit 4754ab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jobs:
6565
- script: python -m pytest examples/boilerplates/boilerplate_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
6666
displayName: 'Run pytest boilerplate_test.py --browser=chrome --headless'
6767

68-
- script: python -m pytest examples/my_first_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
69-
displayName: 'Run pytest my_first_test.py --browser=chrome --headless'
70-
7168
- script: python -m pytest examples/test_demo_site.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
7269
displayName: 'Run pytest test_demo_site.py --browser=chrome --headless'
7370

71+
#- script: python -m pytest examples/my_first_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
72+
# displayName: 'Run pytest my_first_test.py --browser=chrome --headless'
73+
7474
#- script: python -m pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
7575
# displayName: 'Run pytest test_inspect_html.py --browser=chrome --headless'
7676

0 commit comments

Comments
 (0)