Skip to content

Commit

Permalink
Use insiders for e2e tests (chromium missing) (#4669)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Sep 16, 2023
1 parent 086b26e commit ba88bef
Showing 1 changed file with 1 addition and 1 deletion.
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 ba88bef

Please sign in to comment.