Skip to content

Commit c0bbe24

Browse files
daveniceAndrewTwydell
authored andcommitted
install locally built vsix file
Signed-off-by: Dave Nice <[email protected]>
1 parent 28bbde6 commit c0bbe24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vsce/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@
867867
"getPrebuilds": "node ./scripts/getSecretsPrebuilds.js",
868868
"package": "vsce package --dependencies --allow-star-activation && node ../../scripts/mv-pack.js cics-extension-for-zowe vsix",
869869
"test:e2e:prepare": "extest get-vscode -s .cics && extest get-chromedriver -s .cics",
870-
"test:e2e:install": "extest install-from-marketplace zowe.vscode-extension-for-zowe -s .cics -e .cics",
870+
"test:e2e:install": "[ -f ../../dist/cics-extension*.vsix ] && extest install-vsix -f ../../dist/cics-extension*.vsix -s .cics -e .cics || { echo \"npm run package to build vsix first\"; exit 1; }",
871871
"test:e2e:infra:setup": "echo \"Using global config home: $ZOWE_CLI_HOME\" && rm -rf $ZOWE_CLI_HOME && mkdir -p $ZOWE_CLI_HOME",
872872
"test:e2e:run": "extest setup-and-run '__tests__/lib/*.test.js' -s .cics -e .cics --code_version max --code_settings __tests__/__e2e__/settings.json && tsc --project __tests__/test-tsconfig.json",
873873
"test:e2e": "export ZOWE_CLI_HOME=`pwd`/.e2e-global-settings && npm run test:e2e:infra:setup && npm run test:e2e:prepare && npm run test:e2e:install && npm run test:e2e:run",

0 commit comments

Comments
 (0)