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 13e4285 commit 160582bCopy full SHA for 160582b
conftest.py
@@ -18,9 +18,9 @@ def base_url_api():
18
load_dotenv()
19
APIClient.BASE_URL_API = os.getenv('BASE_URL_API')
20
21
-@pytest.fixture(scope="session")
22
-def browser_type_launch_args():
23
- return {
24
- "headless": False,
25
- "slow_mo": 250 # מאט את הפעולות כדי שתוכל לראות מה קורה
26
- }
+# @pytest.fixture(scope="session")
+# def browser_type_launch_args():
+# return {
+# "headless": False,
+# "slow_mo": 250 # מאט את הפעולות כדי שתוכל לראות מה קורה
+# }
0 commit comments