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 67603e9 commit bf22fd2Copy full SHA for bf22fd2
test/common.py
@@ -2550,7 +2550,7 @@ def browser_open(cls, url):
2550
elif is_firefox():
2551
config = FirefoxConfig()
2552
else:
2553
- exit_with_error("EMTEST_BROWSER_AUTO_CONFIG only currently works with firefox or chrome.")
+ exit_with_error(f'EMTEST_BROWSER_AUTO_CONFIG only currently works with firefox or chrome. EMTEST_BROWSER was "{EMTEST_BROWSER}"')
2554
if WINDOWS:
2555
# Escape directory delimiter backslashes for shlex.split.
2556
browser_data_dir = browser_data_dir.replace('\\', '\\\\')
0 commit comments