File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments