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 26406d1 commit 8732035Copy full SHA for 8732035
.github/workflows/coverage.yml
@@ -20,6 +20,7 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
pip install -r requirements.txt
23
+ playwright install
24
- name: Unit tests
25
run: coverage run -m pytest
26
- name: Generate Coverage Report
0 commit comments