We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccac404 commit 5316b0bCopy full SHA for 5316b0b
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Install
77
run: python -m playwright install
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
+ 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
- name: Coveralls
81
run: coveralls
82
env:
local-requirements.txt
@@ -3,6 +3,7 @@ pytest-asyncio==0.14.0
3
pytest-cov==2.10.0
4
pytest-sugar==0.9.4
5
pytest-xdist==1.33.0
6
+pytest-timeout==1.4.2
7
pixelmatch==0.2.1
8
Pillow==7.2.0
9
mypy==0.782
0 commit comments