Skip to content

Commit

Permalink
docs: cautionary note
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke committed Oct 1, 2024
1 parent 199f2f3 commit 6dbb839
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/browser_profile/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ rootDir: ./
suites:
- name: "Browser Profile macOS"
browserName: "firefox"
browserArgs:
[
browserArgs: [
# Caution: The path contains a reference to the runner version, '3.9.0'
# in this example. The runner version depends on the requested TestCafe
# version, but is not identical. You can see the runner version in the
# logs during startup:
# Sauce TestCafe Runner 3.9.0
# Running TestCafe 3.6.2
"-profile /Volumes/Sauce/saucectl-runners/sauce-testcafe-runner/3.9.0/bundle/__project__/firefox_test_profile",
]
src:
Expand Down

0 comments on commit 6dbb839

Please sign in to comment.