Skip to content

Commit

Permalink
build(selenium): set path to nw executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Dec 17, 2023
1 parent 83967a4 commit 774a1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chrome/webgl/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe("chrome WebGL tests", async () => {

before(async () => {
const options = new Options();
options.setChromeBinaryPath(findpath());
const args = [
`nwapp=${relative(
cwd(),
Expand Down
1 change: 1 addition & 0 deletions nw/window/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe("nw.Window tests", async () => {

before(async () => {
const options = new Options();
options.setChromeBinaryPath(findpath());
const args = [
`nwapp=${relative(
cwd(),
Expand Down

0 comments on commit 774a1f6

Please sign in to comment.