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 @@ -267,6 +267,7 @@ jobs:
267
267
run : |
268
268
python -mpytest -raR -n auto \
269
269
--browser chromium --browser firefox --browser webkit \
270
+ --slowmo=100 --tracing=on --video=on \
270
271
--maxfail=50 --timeout=300 --durations=25 \
271
272
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
272
273
@@ -287,6 +288,12 @@ jobs:
287
288
name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
288
289
path : ./result_images
289
290
291
+ - uses : actions/upload-artifact@v3
292
+ if : failure()
293
+ with :
294
+ name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} playwright"
295
+ path : ./test-results
296
+
290
297
# Separate dependent job to only upload one issue from the matrix of jobs
291
298
create-issue :
292
299
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments