Skip to content

Commit 9751d9a

Browse files
committed
Debug other OSs
1 parent 9bdda77 commit 9751d9a

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
@@ -275,6 +275,7 @@ jobs:
275275
run: |
276276
python -mpytest -raR -n auto \
277277
--browser chromium --browser firefox --browser webkit \
278+
--slowmo=100 --tracing=on --video=on \
278279
--maxfail=50 --timeout=300 --durations=25 \
279280
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
280281
@@ -295,6 +296,12 @@ jobs:
295296
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
296297
path: ./result_images
297298

299+
- uses: actions/upload-artifact@v3
300+
if: failure()
301+
with:
302+
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} playwright"
303+
path: ./test-results
304+
298305
# Separate dependent job to only upload one issue from the matrix of jobs
299306
create-issue:
300307
if: ${{ failure() && github.event_name == 'schedule' }}

0 commit comments

Comments
 (0)