smoke tests - automatically test against stable build (#127799)

* smoke tests - automatically test against stable build

* fix path on Linux/Windows

* 💄

* retry migration tests

* smoke: always download latest previous stable

* hm

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
This commit is contained in:
Benjamin Pasero
2021-07-12 14:44:50 +02:00
committed by GitHub
parent 774c871eba
commit d85bc647ef
5 changed files with 330 additions and 19 deletions

View File

@@ -16,16 +16,19 @@
"@types/mocha": "^8.2.0",
"@types/ncp": "2.0.1",
"@types/node": "14.x",
"@types/node-fetch": "^2.5.10",
"@types/rimraf": "^2.0.4",
"htmlparser2": "^3.9.2",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"portastic": "^1.0.1",
"rimraf": "^2.6.1",
"strip-json-comments": "^2.0.1",
"tmp": "0.0.33",
"typescript": "^4.3.2",
"vscode-test": "^1.5.2",
"watch": "^1.0.2"
}
}