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:
48
48
pytest nothing.py
49
49
displayName: 'Make sure pytest is working'
50
50
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
52
52
displayName : ' Run pytest boilerplate_test.py --browser=chrome --headless'
53
53
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
55
55
displayName : ' Run pytest my_first_test.py --browser=chrome --headless'
56
56
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
58
58
displayName : ' Run pytest my_first_test.py --browser=firefox --headless'
59
59
60
60
- task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments