Skip to content

Commit 0f0b312

Browse files
committed
Add new marker cross_browser
1 parent 9b646e5 commit 0f0b312

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ python_files = *_tests.py *_test.py test_*.py
2121
selenium_exclude_debug = html logs
2222
markers =
2323
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)
2425
js: mark a test as a javascript test
2526
examples: mark a test as an examples test
2627

27-
addopts = --driver=Firefox --sensitive-url=None -rxs
28+
addopts = --driver=Firefox --sensitive-url=None -rxsw

0 commit comments

Comments
 (0)