File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7676 - name : Install
7777 run : python -m playwright install
7878 - name : Test
79- run : pytest -vv --browser=${{ matrix.browser }} --junitxml=junit/test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.browser }}.xml --cov=playwright --cov=scripts --cov-report xml
79+ run : pytest -vv --browser=${{ matrix.browser }} --junitxml=junit/test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.browser }}.xml --cov=playwright --cov=scripts --cov-report xml --timeout 30
8080 - name : Coveralls
8181 run : coveralls
8282 env :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pytest-asyncio==0.14.0
33pytest-cov==2.10.0
44pytest-sugar==0.9.4
55pytest-xdist==1.33.0
6+ pytest-timeout==1.4.2
67pixelmatch==0.2.1
78Pillow==7.2.0
89mypy==0.782
You can’t perform that action at this time.
0 commit comments