mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-16 09:05:13 +02:00
docs: correct e2e count 138 -> 127 in e2e.yml + run_e2e.py comments
This commit is contained in:
parent
ef86cd57dc
commit
12883bb4c7
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
"""Run the FULL e2e suite (every test that opens the browser) against a binary.
|
||||
|
||||
The 138 ``@pytest.mark.e2e`` tests are excluded from the default `pytest` run
|
||||
The 127 ``@pytest.mark.e2e`` tests are excluded from the default `pytest` run
|
||||
(`addopts = -m 'not slow and not e2e'`) because they need a real Firefox binary
|
||||
and a display, and they skip themselves when no binary is available. That makes
|
||||
them easy to forget — and "we can't afford for something to not work". This is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue