Skip to content

Commit

Permalink
wjs: add binary path to chrome test options
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmries committed Jun 12, 2024
1 parent f2431a4 commit 975cc02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webdriverjs/test/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const Webdriver = (): WebDriver => {
// @see https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/69724
const options = new chrome.Options();
options.addArguments('headless');
options.setBinaryPath(process.env.CHROME_TEST_PATH as string);

const builder = new Builder()
.forBrowser('chrome')
Expand Down

0 comments on commit 975cc02

Please sign in to comment.