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 e2607bf commit c6eb115
Showing 1 changed file with 1 addition and 1 deletion.
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 redis-insight-vsc-plugin.vsix -e ./test-extensions",
"install:extension": "extest install-vsix -f ../../release/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 c6eb115

Please sign in to comment.