Skip to content

Commit 8d9b47a

Browse files
committed
Add comment
1 parent 66a595d commit 8d9b47a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/common.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
# used in CI. To use a custom start command specify the executable and command
5454
# line flags.
5555
#
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+
#
5661
# There are two special values that can be used here if running in an actual
5762
# browser is not desired:
5863
# EMTEST_BROWSER=0 : This will disable the actual running of the test and simply

0 commit comments

Comments
 (0)