Skip to content

Commit

Permalink
Use insiders for e2e tests (chromium) missing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Sep 15, 2023
1 parent 086b26e commit 335298b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo
Submodule demo updated 1 files
+1 −1 requirements.txt
2 changes: 1 addition & 1 deletion extension/src/test/e2e/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const config: Options.Testrunner = {
capabilities: [
{
browserName: 'vscode',
browserVersion: 'stable',
browserVersion: 'insiders',
'wdio:vscodeOptions': {
extensionPath,
userSettings: {
Expand Down

0 comments on commit 335298b

Please sign in to comment.