Skip to content

Commit

Permalink
Use min/max vscode versions supported by vscode-extension-tester (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 30, 2023
1 parent 567d4b2 commit 5f2b97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,8 @@
"preinstall": "",
"pretest": "yarn run compile",
"test-ui": "yarn run test-ui-current && yarn run test-ui-oldest",
"test-ui-current": "extest get-vscode -c 1.77.0 -s out/test-resources && extest get-chromedriver -c 1.77.0 -s out/test-resources && extest install-vsix -f ansible-*.vsix -e out/ext -s out/test-resources && extest install-from-marketplace redhat.vscode-yaml ms-python.python -e out/ext -s out/test-resources && extest run-tests -s out/test-resources -e out/ext --code_settings test/testFixtures/settings.json out/client/test/ui-test/allTestsSuite.js",
"test-ui-oldest": "extest get-vscode -c 1.71.0 -s out/test-resources && extest get-chromedriver -c 1.71.0 -s out/test-resources && extest install-vsix -f ansible-*.vsix -e out/ext -s out/test-resources && extest install-from-marketplace redhat.vscode-yaml ms-python.python -e out/ext -s out/test-resources && extest run-tests -s out/test-resources -e out/ext --code_settings test/testFixtures/settings.json out/client/test/ui-test/allTestsSuite.js",
"test-ui-current": "extest get-vscode -c max -s out/test-resources && extest get-chromedriver -c max -s out/test-resources && extest install-vsix -f ansible-*.vsix -e out/ext -s out/test-resources && extest install-from-marketplace redhat.vscode-yaml ms-python.python -e out/ext -s out/test-resources && extest run-tests -s out/test-resources -e out/ext --code_settings test/testFixtures/settings.json out/client/test/ui-test/allTestsSuite.js",
"test-ui-oldest": "extest get-vscode -c min -s out/test-resources && extest get-chromedriver -c min -s out/test-resources && extest install-vsix -f ansible-*.vsix -e out/ext -s out/test-resources && extest install-from-marketplace redhat.vscode-yaml ms-python.python -e out/ext -s out/test-resources && extest run-tests -s out/test-resources -e out/ext --code_settings test/testFixtures/settings.json out/client/test/ui-test/allTestsSuite.js",
"vscode-prepublish": "yarn run webpack",
"watch": "tsc -b -w",
"watch-server": "tsc -p ../ansible-language-server --outDir out/server -w",
Expand Down

0 comments on commit 5f2b97e

Please sign in to comment.