Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-web-integration.sh')
-rwxr-xr-xscripts/test-web-integration.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/test-web-integration.sh b/scripts/test-web-integration.sh
index b84e8c51d2f..f1b6c7683ac 100755
--- a/scripts/test-web-integration.sh
+++ b/scripts/test-web-integration.sh
@@ -24,6 +24,7 @@ else
compile-extension:typescript-language-features \
compile-extension:emmet \
compile-extension:git \
+ compile-extension:ipynb \
compile-extension-media
fi
@@ -63,3 +64,9 @@ echo
echo "### Git tests"
echo
node test/integration/browser/out/index.js --workspacePath $(mktemp -d 2>/dev/null) --enable-proposed-api=vscode.git --extensionDevelopmentPath=$ROOT/extensions/git --extensionTestsPath=$ROOT/extensions/git/out/test "$@"
+
+echo
+echo "### Ipynb tests"
+echo
+node test/integration/browser/out/index.js --workspacePath $(mktemp -d 2>/dev/null) --enable-proposed-api=vscode.ipynb --extensionDevelopmentPath=$ROOT/extensions/ipynb --extensionTestsPath=$ROOT/extensions/ipynb/out/test "$@"
+