File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,7 @@ jobs:
275
275
run : |
276
276
python -mpytest -raR -n auto \
277
277
--browser chromium --browser firefox --browser webkit \
278
+ --slowmo=100 --tracing=on --video=on \
278
279
--maxfail=50 --timeout=300 --durations=25 \
279
280
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
280
281
@@ -295,6 +296,12 @@ jobs:
295
296
name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
296
297
path : ./result_images
297
298
299
+ - uses : actions/upload-artifact@v3
300
+ if : failure()
301
+ with :
302
+ name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} playwright"
303
+ path : ./test-results
304
+
298
305
# Separate dependent job to only upload one issue from the matrix of jobs
299
306
create-issue :
300
307
if : ${{ failure() && github.event_name == 'schedule' }}
You can’t perform that action at this time.
0 commit comments