tests - align tests on all platforms (#161696)

* web - run ipynb tests on windows too

* some cleanup

* run all tests

* more cleanup
This commit is contained in:
Benjamin Pasero
2022-09-26 00:16:42 -07:00
committed by GitHub
parent 278e668cad
commit 03ca1e0d40
6 changed files with 94 additions and 118 deletions

View File

@@ -15,18 +15,6 @@ then
echo "Using remote server out of sources for integration web tests"
else
echo "Using $VSCODE_REMOTE_SERVER_PATH as server path for web integration tests"
# Run from a built: need to compile all test extensions
# because we run extension tests from their source folders
# and the build bundles extensions into .build webpacked
# yarn gulp compile-extension:vscode-api-tests \
# compile-extension:markdown-language-features \
# compile-extension:typescript-language-features \
# compile-extension:emmet \
# compile-extension:git \
# compile-extension:ipynb \
# compile-extension:configuration-editing \
# compile-extension-media
fi
if [ ! -e 'test/integration/browser/out/index.js' ];then
@@ -34,6 +22,7 @@ if [ ! -e 'test/integration/browser/out/index.js' ];then
yarn playwright-install
fi
# Tests in the extension host
echo