Skip to content

Commit 27bc5e3

Browse files
committed
Update Azure test pipeline
1 parent a29ece6 commit 27bc5e3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,14 @@ jobs:
3838
seleniumbase install geckodriver
3939
displayName: 'Install chromedriver and geckodriver (Firefox Webdriver)'
4040
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'
4343

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'
4649

4750
- task: PublishTestResults@2
4851
inputs:

0 commit comments

Comments
 (0)