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

Skip to content

Commit d9d0696

Browse files
committed
Debug other OSs
1 parent 5634f1b commit d9d0696

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
@@ -267,6 +267,7 @@ jobs:
267267
run: |
268268
python -mpytest -raR -n auto \
269269
--browser chromium --browser firefox --browser webkit \
270+
--slowmo=100 --tracing=on --video=on \
270271
--maxfail=50 --timeout=300 --durations=25 \
271272
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
272273
@@ -287,6 +288,12 @@ jobs:
287288
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
288289
path: ./result_images
289290

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+
290297
# Separate dependent job to only upload one issue from the matrix of jobs
291298
create-issue:
292299
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)