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 b136bac commit 5b226d1Copy full SHA for 5b226d1
tests/e2e-playwright/tests/conftest.py
@@ -141,7 +141,7 @@ def pytest_runtest_makereport(item: Item, call):
141
if call.when == "call" and call.excinfo is not None:
142
test_name = item.name
143
test_location = item.location
144
- product_url = item.config.getoption("--product-url", default=None)
+ product_url = f"{item.config.getoption('--product-url', default=None)}"
145
146
diagnostics = {
147
"test_name": test_name,
0 commit comments