Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zalenskiSofteq committed Oct 29, 2024
1 parent c6eb115 commit 0a94704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests-e2e-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- name: Run tests
working-directory: ./tests/e2e
run: |
cp ../../release/redis-insight-vsc-plugin.vsix ./redis-insight-vsc-plugin.vsix
yarn install:deps
yarn install:extension
yarn test
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"install:vs-code": "extest get-vscode -s ./test-resources",
"install:chrome-driver": "extest get-chromedriver -s ./test-resources",
"install:deps": "yarn install:vs-code && yarn install:chrome-driver",
"install:extension": "extest install-vsix -f ../../release/redis-insight-vsc-plugin.vsix -e ./test-extensions",
"install:extension": "extest install-vsix -f redis-insight-vsc-plugin.vsix -e ./test-extensions",
"test": "yarn run compile && dotenv -e .env extest run-tests dist/tests/setup.js dist/tests/**/*.js --code_settings settings.json -r . --extensions_dir ./test-extensions",
"test:ci": "yarn compile && dotenv -e .env ts-node ./src/vscode.runner.ts",
"test:ci:clear": "rimraf ./test-extensions && yarn --cwd ../../ package:prod && yarn compile && dotenv -e .ci.env ts-node ./src/vscode.runner.ts"
Expand Down

0 comments on commit 0a94704

Please sign in to comment.