File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,7 @@ jobs:
312
312
- name : Run pytest
313
313
run : |
314
314
python -mpytest -raR -n auto \
315
+ --browser chromium --browser firefox --browser webkit \
315
316
--maxfail=50 --timeout=300 --durations=25 \
316
317
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
317
318
Original file line number Diff line number Diff line change @@ -155,7 +155,10 @@ stages:
155
155
displayName : ' print pip'
156
156
157
157
- bash : |
158
- PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
158
+ PYTHONFAULTHANDLER=1 python -m pytest \
159
+ --junitxml=junit/test-results.xml -raR -n 2 \
160
+ --browser chromium --browser firefox --browser webkit \
161
+ --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib ||
159
162
[[ "$PYTHON_VERSION" = 'Pre' ]]
160
163
displayName: 'pytest'
161
164
You can’t perform that action at this time.
0 commit comments