Skip to content

Commit

Permalink
announce which profile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke committed Sep 30, 2024
1 parent 02c8c08 commit 8b56a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/testcafe-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export function buildCommandLine(
const browserProfile = process.env.SAUCE_FIREFOX_BROWSER_PROFILE;
if (browserProfile) {
const absolutePath = path.join(projectPath, browserProfile);
console.log(`Using Firefox profile: ${absolutePath}`);
testCafeBrowserName = `${testCafeBrowserName} -profile ${absolutePath}`;
}

Expand Down

0 comments on commit 8b56a09

Please sign in to comment.