-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Don't run sandbox tests on Linux for Electron < 13 (#622)
- Loading branch information
Showing
5 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
description: Electron Forge Webpack with contextIsolation and sandbox | ||
command: yarn && yarn package | ||
condition: supportsContextIsolation | ||
condition: supportsContextIsolation && supportsSandbox | ||
timeout: 120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
description: Webpack 5 app with contextIsolation and sandbox with preload | ||
command: yarn && yarn build | ||
condition: supportsContextIsolation | ||
condition: supportsContextIsolation && supportsSandbox | ||
timeout: 120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
description: Webpack 5 app with contextIsolation and sandbox | ||
command: yarn && yarn build | ||
condition: supportsContextIsolation | ||
condition: supportsContextIsolation && supportsSandbox | ||
timeout: 120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
description: JavaScript Error from <iframe> | ||
command: yarn && yarn build | ||
condition: supportsContextIsolation | ||
condition: supportsContextIsolation && supportsSandbox | ||
timeout: 120 |