mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user