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 3e33152 commit 6814942Copy full SHA for 6814942
.github/workflows/test_code.yml
@@ -34,4 +34,4 @@ jobs:
34
run: python -m pip install -e . --no-deps --force-reinstall
35
36
- name: Code tests
37
- run: python -m pytest -vv --ignore=tests/selenium
+ run: python -m pytest -vv --ignore=tests/selenium --ignore=tests/test_playwright.py
0 commit comments