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 @@ -291,6 +291,7 @@ jobs:
291
291
run : |
292
292
python -mpytest -raR -n auto \
293
293
--browser chromium --browser firefox --browser webkit \
294
+ --slowmo=100 --tracing=on --video=on \
294
295
--maxfail=50 --timeout=300 --durations=25 \
295
296
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
296
297
@@ -311,6 +312,12 @@ jobs:
311
312
name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
312
313
path : ./result_images
313
314
315
+ - uses : actions/upload-artifact@v3
316
+ if : failure()
317
+ with :
318
+ name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} playwright"
319
+ path : ./test-results
320
+
314
321
# Separate dependent job to only upload one issue from the matrix of jobs
315
322
create-issue :
316
323
if : ${{ failure() && github.event_name == 'schedule' }}
You can’t perform that action at this time.
0 commit comments