Skip to content

Commit

Permalink
fix: run Electron tests (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Oct 21, 2024
1 parent 6b03dea commit f851f36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/playwrightTestServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ export class PlaywrightTestServer {
return {
...this._options.envProvider(),
FORCE_COLOR: '1',
// Reset VSCode's options that affect nested Electron.
ELECTRON_RUN_AS_NODE: undefined,
};
},
dumpIO: false,
Expand Down

0 comments on commit f851f36

Please sign in to comment.