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 66a595d commit 8d9b47aCopy full SHA for 8d9b47a
test/common.py
@@ -53,6 +53,11 @@
53
# used in CI. To use a custom start command specify the executable and command
54
# line flags.
55
#
56
+# Note that when specifying EMTEST_BROWSER to run tests on a Safari browser:
57
+# the command line must point to the root of the app bundle, and not to the
58
+# Safari executable inside the bundle. I.e. pass EMTEST_BROWSER=/Applications/Safari.app
59
+# instead of EMTEST_BROWSER=/Applications/Safari.app/Contents/MacOS/Safari
60
+#
61
# There are two special values that can be used here if running in an actual
62
# browser is not desired:
63
# EMTEST_BROWSER=0 : This will disable the actual running of the test and simply
0 commit comments