mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:10:43 +00:00
docs integration test scripts
This commit is contained in:
parent
a6fff6a345
commit
e5ca30b596
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,8 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
|
|||
echo Running integration tests out of sources.
|
||||
) else (
|
||||
:: 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
|
||||
call yarn gulp compile-extension:vscode-api-tests
|
||||
call yarn gulp compile-extension:vscode-colorize-tests
|
||||
call yarn gulp compile-extension:markdown-language-features
|
||||
|
|
|
@ -21,6 +21,8 @@ then
|
|||
echo "Running integration tests out of sources."
|
||||
else
|
||||
# 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
|
||||
yarn gulp compile-extension:vscode-colorize-tests
|
||||
yarn gulp compile-extension:markdown-language-features
|
||||
|
|
Loading…
Reference in a new issue