File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,14 @@ jobs:
38
38
seleniumbase install geckodriver
39
39
displayName: 'Install chromedriver and geckodriver (Firefox Webdriver)'
40
40
41
- - script : pytest examples/my_first_test .py --browser=chrome --headless -v -s --doctest-modules --junitxml=junit/test-results.xml
42
- displayName : ' pytest examples/my_first_test .py --browser=chrome --headless'
41
+ - script : pytest examples/boilerplates/boilerplate_test .py --browser=chrome --headless -v -s --junitxml=junit/test-results.xml
42
+ displayName : ' Run pytest boilerplate_test .py --browser=chrome --headless'
43
43
44
- - script : pytest examples/my_first_test.py --browser=firefox --headless -v -s --doctest-modules --junitxml=junit/test-results.xml
45
- displayName : ' pytest examples/my_first_test.py --browser=firefox --headless'
44
+ - script : pytest examples/my_first_test.py --browser=chrome --headless -v -s --junitxml=junit/test-results.xml
45
+ displayName : ' Run pytest my_first_test.py --browser=chrome --headless'
46
+
47
+ - script : pytest examples/my_first_test.py --browser=firefox --headless -v -s --junitxml=junit/test-results.xml
48
+ displayName : ' Run pytest my_first_test.py --browser=firefox --headless'
46
49
47
50
- task : PublishTestResults@2
48
51
inputs :
You can’t perform that action at this time.
0 commit comments