We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46eeb2d commit 1900859Copy full SHA for 1900859
conftest.py
@@ -39,7 +39,7 @@ def page(browser):
39
@pytest.fixture(autouse=True)
40
def setup(page):
41
# Set a base URL (optional)
42
- page.set_default_timeout(10000) # Set default timeout
+ page.set_default_timeout(100000) # Set default timeout
43
#page.goto("http://127.0.0.1:3000") # Replace with your base URL
44
page.goto("https://fakestore.testelka.pl/")
45
@@ -69,4 +69,4 @@ def trace_test(page):
69
yield
70
71
# Stop tracing and save the trace
72
- page.context.tracing.stop(path="trace.zip")
+ page.context.tracing.stop(path="trace.zip")
0 commit comments