Skip to content

Commit

Permalink
Merge branch 'inform-invalid-yaml' of https://github.com/iterative/vs…
Browse files Browse the repository at this point in the history
…code-dvc into inform-invalid-yaml
  • Loading branch information
Stephanie Roy committed Mar 1, 2023
2 parents 148215e + a63bced commit f9ed3ab
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 120 deletions.
10 changes: 5 additions & 5 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1615,10 +1615,10 @@
"@types/vscode": "1.64.0",
"@vscode/test-electron": "2.2.3",
"@vscode/vsce": "2.17.0",
"@wdio/cli": "8.3.10",
"@wdio/local-runner": "8.3.10",
"@wdio/mocha-framework": "8.3.0",
"@wdio/spec-reporter": "8.3.0",
"@wdio/cli": "8.4.0",
"@wdio/local-runner": "8.4.0",
"@wdio/mocha-framework": "8.4.0",
"@wdio/spec-reporter": "8.4.0",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"clean-webpack-plugin": "4.0.0",
Expand All @@ -1636,7 +1636,7 @@
"ts-loader": "9.4.2",
"vscode-uri": "3.0.7",
"wdio-vscode-service": "5.0.0",
"webdriverio": "8.3.10",
"webdriverio": "8.4.0",
"webpack": "5.75.0",
"webpack-cli": "5.0.1"
},
Expand Down
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: 'insiders',
browserVersion: 'stable',
'wdio:vscodeOptions': {
extensionPath,
userSettings: {
Expand Down
Loading

0 comments on commit f9ed3ab

Please sign in to comment.