File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 64
64
- name : Install dependencies
65
65
run : |
66
66
python -m pip install --upgrade pip
67
- pip install coveralls
68
67
pip install -r local-requirements.txt
69
68
pip install -e .
70
69
- name : Build driver
@@ -77,14 +76,10 @@ jobs:
77
76
run : python -m playwright install
78
77
- name : Test
79
78
if : matrix.os != 'ubuntu-latest'
80
- 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 90
79
+ run : pytest -vv --browser=${{ matrix.browser }} --junitxml=junit/test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.browser }}.xml --timeout 90
81
80
- name : Test
82
81
if : matrix.os == 'ubuntu-latest'
83
- run : xvfb-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 90
84
- - name : Coveralls
85
- run : coveralls
86
- env :
87
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
82
+ run : xvfb-run pytest -vv --browser=${{ matrix.browser }} --junitxml=junit/test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.browser }}.xml --timeout 90
88
83
- name : Upload pytest test results
89
84
uses : actions/upload-artifact@v1
90
85
with :
Original file line number Diff line number Diff line change 1
1
# 🎭 [ Playwright] ( https://github.com/microsoft/playwright ) for Python
2
2
3
3
[ ![ PyPI version] ( https://badge.fury.io/py/playwright.svg )] ( https://pypi.python.org/pypi/playwright/ ) [ ![ Join Slack] ( https://img.shields.io/badge/join-slack-infomational )] ( https://join.slack.com/t/playwright/shared_invite/enQtOTEyMTUxMzgxMjIwLThjMDUxZmIyNTRiMTJjNjIyMzdmZDA3MTQxZWUwZTFjZjQwNGYxZGM5MzRmNzZlMWI5ZWUyOTkzMjE5Njg1NDg ) <!-- GEN:chromium-version-badge --> [ ![ Chromium version] ( https://img.shields.io/badge/chromium-86.0.4217.0-blue.svg?logo=google-chrome )] ( https://www.chromium.org/Home ) <!-- GEN:stop --> <!-- GEN:firefox-version-badge --> [ ![ Firefox version] ( https://img.shields.io/badge/firefox-78.0b5-blue.svg?logo=mozilla-firefox )] ( https://www.mozilla.org/en-US/firefox/new/ ) <!-- GEN:stop --> [ ![ WebKit version] ( https://img.shields.io/badge/webkit-14.0-blue.svg?logo=safari )] ( https://webkit.org/ )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/microsoft/playwright-python/badge.svg?branch=master )] ( https://coveralls.io/github/microsoft/playwright-python?branch=master )
5
4
6
5
##### [ Docs] ( #documentation ) | [ API reference] ( https://github.com/microsoft/playwright/blob/master/docs/api.md )
7
6
You can’t perform that action at this time.
0 commit comments