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:
authorRob Lourens <roblourens@gmail.com>2022-02-02 05:22:46 +0300
committerRob Lourens <roblourens@gmail.com>2022-02-02 05:22:57 +0300
commitbb79477f2e2ab51fe9c61d00d5a56c1bf777d0fb (patch)
treeb3e9436423288c868a45f55b4c9b8a0d0a956d1c /scripts
parentf498b374c03be09cf664a7fefa1c1c95a0c7216d (diff)
Enable ipynb serializer tests in web integration tests
and reenable NotebookSerializer test in non-web
Diffstat (limited to 'scripts')
-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 "$@"
+