aboutsummaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-02 11:13:48 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-02 11:13:48 +0100
commit830d22d8931a4e5f0606d401f24d7cd937f8697e (patch)
treef5b6e43f4857a511fa03fa331cce693567a031a4 /pytest.ini
parent26e4800ddf9b4384a083f066f2a396b8e5e6c079 (diff)
downloadbrowser-extension-830d22d8931a4e5f0606d401f24d7cd937f8697e.tar.gz
browser-extension-830d22d8931a4e5f0606d401f24d7cd937f8697e.zip
support Parabola's Iceweasel in tests
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 6c8afcc..1057a9a 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -17,3 +17,4 @@
markers =
ext_data: define a custom testing extension for `webextension` fixture.
get_page: define a url the `driver` fixture should navigate the browser to.
+ second_driver: tell `driver` fixture to spawn a separate browser instance fr this test.