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 @@ -57,16 +57,16 @@ jobs:
57
57
displayName: 'Check the console scripts interface'
58
58
59
59
- script : |
60
- seleniumbase install chromedriver latest
60
+ seleniumbase install chromedriver
61
61
displayName: 'Install chromedriver'
62
62
63
63
- script : |
64
64
echo "def test_1(): pass" > nothing.py
65
65
pytest nothing.py
66
66
displayName: 'Make sure pytest is working'
67
67
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'
70
70
71
71
- script : python -m pytest examples/boilerplates/boilerplate_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
72
72
displayName : ' Run pytest boilerplate_test.py --browser=chrome --headless'
You can’t perform that action at this time.
0 commit comments