Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31fe6fb

Browse files
committed
Debug other OSs
1 parent 6ae3594 commit 31fe6fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ jobs:
291291
run: |
292292
python -mpytest -raR -n auto \
293293
--browser chromium --browser firefox --browser webkit \
294+
--slowmo=100 --tracing=on --video=on \
294295
--maxfail=50 --timeout=300 --durations=25 \
295296
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
296297
@@ -311,6 +312,12 @@ jobs:
311312
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
312313
path: ./result_images
313314

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+
314321
# Separate dependent job to only upload one issue from the matrix of jobs
315322
create-issue:
316323
if: ${{ failure() && github.event_name == 'schedule' }}

0 commit comments

Comments
 (0)