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.
needs_fresh_driver
1 parent 02b048a commit bcd7095Copy full SHA for bcd7095
py/pyproject.toml
@@ -86,7 +86,8 @@ markers = [
86
"xfail_safari: Tests expected to fail in Safari",
87
"xfail_webkitgtk: Tests expected to fail in WebKitGTK",
88
"xfail_wpewebkit: Tests expected to fail in WPEWebKit",
89
- "no_driver_after_test: If there are no drivers after the test it will create a new one."
+ "no_driver_after_test: If there are no drivers after the test it will create a new one.",
90
+ "needs_fresh_driver: Mark tests that may need a fresh driver instance for proper isolation."
91
]
92
python_files = ["test_*.py", "*_test.py", "*_tests.py"]
93
testpaths = ["test"]
0 commit comments