Skip to content

Commit

Permalink
Merge pull request #2282 from opral/check-e2e-test-setup-vscode
Browse files Browse the repository at this point in the history
check e2e vscode test with version pinned vscode version
  • Loading branch information
felixhaeberle authored Feb 23, 2024
2 parents a6290af + 4ccb904 commit d6cbf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inlang/source-code/ide-extension/test/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const config: Options.Testrunner = {
capabilities: [
{
browserName: "vscode",
browserVersion: "stable", // also possible: "insiders" or a specific version e.g. "1.80.0"
browserVersion: "1.86.2", // also possible: "insiders", "stable" or a specific version e.g. "1.80.0"
"wdio:vscodeOptions": {
verboseLogging: false,
// points to directory where extension package.json is located
Expand Down

0 comments on commit d6cbf4e

Please sign in to comment.