Skip to content

Commit

Permalink
Add --force-disable-user-env
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Sep 11, 2024
1 parent 09b0d91 commit 1750499
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playwright/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const args = [
"--skip-release-notes",
"--skip-welcome",
"--user-data-dir=" + userDataDir,
// this makes it so vscode will not overwrite the environment
// variables we set below in `electron.launch` with values from `~/.bashrc` etc.
"--force-disable-user-env",
];

type CustomTestFixtures = {
Expand Down

0 comments on commit 1750499

Please sign in to comment.