We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ea4f5 commit 48baaa1Copy full SHA for 48baaa1
1 file changed
.github/workflows/tests.yml
@@ -21,6 +21,7 @@ jobs:
21
run: |
22
python -m pip install --upgrade pip
23
pip install -r requirements.txt
24
+ pip install pytest-sugar
25
pip install playwright
26
playwright install
27
- name: Run tests
0 commit comments