From 6dbb839731779ead6383b301b2086a65db07c5ff Mon Sep 17 00:00:00 2001 From: Alex Plischke Date: Tue, 1 Oct 2024 12:18:37 -0700 Subject: [PATCH] docs: cautionary note --- examples/browser_profile/.sauce/config.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/examples/browser_profile/.sauce/config.yml b/examples/browser_profile/.sauce/config.yml index 9ffff19..56428ff 100644 --- a/examples/browser_profile/.sauce/config.yml +++ b/examples/browser_profile/.sauce/config.yml @@ -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: