Skip to content

Commit 7d82ea1

Browse files
committed
Debug other OSs
1 parent b5f693a commit 7d82ea1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

+7
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ jobs:
313313
run: |
314314
python -mpytest -raR -n auto \
315315
--browser chromium --browser firefox --browser webkit \
316+
--slowmo=100 --tracing=on --video=on \
316317
--maxfail=50 --timeout=300 --durations=25 \
317318
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
318319
@@ -333,6 +334,12 @@ jobs:
333334
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
334335
path: ./result_images
335336

337+
- uses: actions/upload-artifact@v3
338+
if: failure()
339+
with:
340+
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} playwright"
341+
path: ./test-results
342+
336343
# Separate dependent job to only upload one issue from the matrix of jobs
337344
create-issue:
338345
if: ${{ failure() && github.event_name == 'schedule' }}

0 commit comments

Comments
 (0)