We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b646e5 commit 0f0b312Copy full SHA for 0f0b312
setup.cfg
@@ -21,7 +21,8 @@ python_files = *_tests.py *_test.py test_*.py
21
selenium_exclude_debug = html logs
22
markers =
23
integration: mark a test as an integration test - used for selenium tests
24
+ cross_browser: mark an integration test to run across multiple browsers (only has an effect when --driver=SauceLabs)
25
js: mark a test as a javascript test
26
examples: mark a test as an examples test
27
-addopts = --driver=Firefox --sensitive-url=None -rxs
28
+addopts = --driver=Firefox --sensitive-url=None -rxsw
0 commit comments