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.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/test-web-integration.sh b/scripts/test-web-integration.sh
index 4246cdc6ac1..95278eec0e3 100755
--- a/scripts/test-web-integration.sh
+++ b/scripts/test-web-integration.sh
@@ -25,6 +25,7 @@ else
# compile-extension:emmet \
# compile-extension:git \
# compile-extension:ipynb \
+ # compile-extension:configuration-editing \
# compile-extension-media
fi
@@ -70,3 +71,8 @@ echo "### Ipynb tests"
echo
node test/integration/browser/out/index.js --workspacePath $(mktemp -d 2>/dev/null) --extensionDevelopmentPath=$ROOT/extensions/ipynb --extensionTestsPath=$ROOT/extensions/ipynb/out/test "$@"
+echo
+echo "### Configuration editing tests"
+echo
+node test/integration/browser/out/index.js --workspacePath $(mktemp -d 2>/dev/null) --extensionDevelopmentPath=$ROOT/extensions/configuration-editing --extensionTestsPath=$ROOT/extensions/configuration-editing/out/test "$@"
+