Skip to content

Commit

Permalink
Merge pull request #814 from odockal/issue-807
Browse files Browse the repository at this point in the history
Restrict vscode version run by UI tests
  • Loading branch information
msivasubramaniaan authored Aug 29, 2022
2 parents df90855 + 9207197 commit 7ae01f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"format": "prettier --write .",
"lint": "eslint -c .eslintrc.js --ext .ts src test",
"test": "yarn test-compile && sh scripts/e2e.sh",
"ui-test": "yarn test-compile && extest setup-and-run -y out/test/ui-test/allTestsSuite.js",
"ui-test": "yarn test-compile && extest setup-and-run -y out/test/ui-test/allTestsSuite.js -c 1.69.2",
"vscode:prepublish": "webpack --mode production",
"watch": "webpack --mode development --watch --info-verbosity verbose",
"test-compile": "yarn clean && tsc -p ./ && webpack --mode development",
Expand Down

0 comments on commit 7ae01f9

Please sign in to comment.