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 @@ -274,6 +274,7 @@ jobs:
274
274
- name : Run pytest
275
275
run : |
276
276
python -mpytest -raR -n auto \
277
+ --browser chromium --browser firefox --browser webkit \
277
278
--maxfail=50 --timeout=300 --durations=25 \
278
279
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
279
280
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 -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
148
+ PYTHONFAULTHANDLER=1 python -m pytest \
149
+ --junitxml=junit/test-results.xml -raR -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