提交 e5ca30b5 编写于 作者: B Benjamin Pasero

docs integration test scripts

上级 a6fff6a3
...@@ -15,6 +15,8 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" ( ...@@ -15,6 +15,8 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
echo Running integration tests out of sources. echo Running integration tests out of sources.
) else ( ) else (
:: Run from a built: need to compile all test extensions :: 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-api-tests
call yarn gulp compile-extension:vscode-colorize-tests call yarn gulp compile-extension:vscode-colorize-tests
call yarn gulp compile-extension:markdown-language-features call yarn gulp compile-extension:markdown-language-features
......
...@@ -21,6 +21,8 @@ then ...@@ -21,6 +21,8 @@ then
echo "Running integration tests out of sources." echo "Running integration tests out of sources."
else else
# Run from a built: need to compile all test extensions # 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-api-tests
yarn gulp compile-extension:vscode-colorize-tests yarn gulp compile-extension:vscode-colorize-tests
yarn gulp compile-extension:markdown-language-features yarn gulp compile-extension:markdown-language-features
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册