Skip to content

Commit

Permalink
fix: errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Oct 7, 2024
1 parent 44ef8db commit 0149751
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [macos-latest]
node-version: [20.x]
vscodeVersion:
- stable
- 1.93.0

runs-on: ${{ matrix.os }}

Expand Down
50 changes: 50 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
]
},
"configuration": {
"title": "Testplane",
"properties": {
"testplane.configPath": {
"markdownDescription": "The path to the Testplane [configuration file](https://testplane.io/docs/v8/config/main/)",
"type": "string",
"scope": "window"
}
"title": "Testplane",
"properties": {
"testplane.configPath": {
"markdownDescription": "The path to the Testplane [configuration file](https://testplane.io/docs/v8/config/main/)",
"type": "string",
"scope": "window"
}
}
}
},
"repository": {
Expand All @@ -60,7 +60,7 @@
"build": "tsup --minify --clean",
"watch": "tsup --watch --sourcemap",
"test": "npm run lint && npm run test-e2e",
"test-e2e": "npm run test-e2e:basic && npm run test-e2e:settings-view && npm run test-e2e:vscode-settings && npm run test-e2e:empty",
"test-e2e": "concurrently -c 'auto' 'npm:test-e2e:basic' 'npm:test-e2e:settings-view' 'npm:test-e2e:vscode-settings' 'npm:test-e2e:empty'",
"test-e2e:basic": "wdio run ./tests/e2e/basic/wdio.conf.ts",
"test-e2e:settings-view": "wdio run ./tests/e2e/settings-view/wdio.conf.ts",
"test-e2e:vscode-settings": "wdio run ./tests/e2e/vscode-settings/wdio.conf.ts",
Expand Down Expand Up @@ -88,6 +88,7 @@
"@wdio/mocha-framework": "^8.40.3",
"@wdio/spec-reporter": "^8.40.3",
"birpc": "^0.2.17",
"concurrently": "^9.0.1",
"error-stack-parser": "^2.1.4",
"eslint": "^8.56.0",
"eslint-config-gemini-testing": "^3.0.0",
Expand Down

0 comments on commit 0149751

Please sign in to comment.