Skip to content

Commit 0d3127e

Browse files
committed
Update the Azure Pipelines script
1 parent fabb4b2 commit 0d3127e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ jobs:
5757
displayName: 'Check the console scripts interface'
5858
5959
- script: |
60-
seleniumbase install chromedriver latest
60+
seleniumbase install chromedriver
6161
displayName: 'Install chromedriver'
6262
6363
- script: |
6464
echo "def test_1(): pass" > nothing.py
6565
pytest nothing.py
6666
displayName: 'Make sure pytest is working'
6767
68-
#- script: python -m pytest examples/unit_tests/verify_framework.py
69-
# displayName: 'Run pytest verify_framework.py'
68+
- script: python -m pytest examples/unit_tests/verify_framework.py
69+
displayName: 'Run pytest verify_framework.py'
7070

7171
- script: python -m pytest examples/boilerplates/boilerplate_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
7272
displayName: 'Run pytest boilerplate_test.py --browser=chrome --headless'

0 commit comments

Comments
 (0)