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 76
76
- name : Install
77
77
run : python -m playwright install
78
78
- 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
80
80
- name : Coveralls
81
81
run : coveralls
82
82
env :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pytest-asyncio==0.14.0
3
3
pytest-cov==2.10.0
4
4
pytest-sugar==0.9.4
5
5
pytest-xdist==1.33.0
6
+ pytest-timeout==1.4.2
6
7
pixelmatch==0.2.1
7
8
Pillow==7.2.0
8
9
mypy==0.782
You can’t perform that action at this time.
0 commit comments