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.
1 parent 2ae186c commit 1d52a1eCopy full SHA for 1d52a1e
tests/conftest.py
@@ -69,7 +69,7 @@ def batch_info():
69
@pytest.fixture(scope='session')
70
def configuration(api_key: str, batch_info: BatchInfo):
71
"""
72
- Creates a configuration for Applitools Eyes.
+ Creates a configuration for Applitools Eyes to test 3 desktop browsers and 2 mobile devices.
73
74
75
# Construct the object
@@ -141,7 +141,7 @@ def eyes(
141
142
eyes = Eyes(runner)
143
eyes.set_configuration(configuration)
144
-
+
145
eyes.open(
146
driver=webdriver,
147
app_name='ACME Bank Web App',
0 commit comments