File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ jobs:
259
259
- name : Run pytest
260
260
run : |
261
261
python -mpytest -vraR -n auto \
262
+ --browser chromium --browser firefox --browser webkit \
262
263
--maxfail=50 --timeout=300 --durations=25 \
263
264
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
264
265
Original file line number Diff line number Diff line change @@ -145,7 +145,10 @@ stages:
145
145
displayName : ' print pip'
146
146
147
147
- bash : |
148
- PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -vraR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
148
+ PYTHONFAULTHANDLER=1 python -m pytest \
149
+ --junitxml=junit/test-results.xml -vraR -n 2 \
150
+ --browser chromium --browser firefox --browser webkit \
151
+ --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib ||
149
152
[[ "$PYTHON_VERSION" = 'Pre' ]]
150
153
displayName: 'pytest'
151
154
You can’t perform that action at this time.
0 commit comments