Skip to content

Commit

Permalink
fix browser args env var setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Nov 5, 2024
1 parent ca3243e commit 551a058
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions examples/browser_profile/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,18 @@ rootDir: ./
suites:
- name: "Browser Profile macOS"
browserName: "firefox"
env:
# Caution: The path contains a reference to the runner version, '3.10.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.10.0
# Running TestCafe 3.6.2
SAUCE_FIREFOX_BROWSER_PROFILE: "/Volumes/Sauce/saucectl-runners/sauce-testcafe-runner/3.10.0/bundle/__project__/firefox_test_profile"
src:
- "tests/*.test.js"
platformName: "macOS 12"
- name: "Browser Profile Windows"
browserName: "firefox"
env:
SAUCE_FIREFOX_BROWSER_PROFILE: "D:\\sauce-testcafe-runner\\3.10.0\\bundle\\__project__\\firefox_test_profile"
src:
- "tests/*.test.js"
platformName: "Windows 11"

env:
SAUCE_FIREFOX_BROWSER_PROFILE: "firefox_test_profile"

reporters:
spotlight: # Prints an overview of failed or otherwise interesting jobs.
enabled: true

0 comments on commit 551a058

Please sign in to comment.