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 @@ -48,13 +48,13 @@ jobs:
4848 pytest nothing.py
4949 displayName: 'Make sure pytest is working'
5050
51- - script : pytest examples/boilerplates/boilerplate_test.py --browser=chrome --headless -v -s --junitxml =junit/test-results.xml
51+ - script : pytest examples/boilerplates/boilerplate_test.py --browser=chrome --headless -v -s --junit-xml =junit/test-results.xml
5252 displayName : ' Run pytest boilerplate_test.py --browser=chrome --headless'
5353
54- - script : pytest examples/my_first_test.py --browser=chrome --headless -v -s --junitxml =junit/test-results.xml
54+ - script : pytest examples/my_first_test.py --browser=chrome --headless -v -s --junit-xml =junit/test-results.xml
5555 displayName : ' Run pytest my_first_test.py --browser=chrome --headless'
5656
57- - script : pytest examples/my_first_test.py --browser=firefox --headless -v -s --junitxml =junit/test-results.xml
57+ - script : pytest examples/my_first_test.py --browser=firefox --headless -v -s --junit-xml =junit/test-results.xml
5858 displayName : ' Run pytest my_first_test.py --browser=firefox --headless'
5959
6060 - task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments