mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Add unit test framework for QDS Extension (#23776)
* Query store unit test infra setup * Update yarn.lock file * Update tests for utils.ts * Move test utilities interfaces and functions to its own file
This commit is contained in:
@@ -48,12 +48,13 @@ else
|
||||
compile-extension:dacpac \
|
||||
compile-extension:datavirtualization \
|
||||
compile-extension:import \
|
||||
compile-extension:schema-compare \
|
||||
compile-extension:machine-learning \
|
||||
compile-extension:mssql \
|
||||
compile-extension:notebook \
|
||||
compile-extension:query-history \
|
||||
compile-extension:query-store \
|
||||
compile-extension:resource-deployment \
|
||||
compile-extension:schema-compare \
|
||||
compile-extension:sql-bindings \
|
||||
compile-extension:sql-database-projects
|
||||
|
||||
@@ -156,6 +157,11 @@ echo *** starting query-history tests ***
|
||||
echo ******************************************
|
||||
"$INTEGRATION_TEST_ELECTRON_PATH" $LINUX_EXTRA_ARGS --extensionDevelopmentPath=$ROOT/extensions/query-history --extensionTestsPath=$ROOT/extensions/query-history/out/test $ALL_PLATFORMS_API_TESTS_EXTRA_ARGS
|
||||
|
||||
echo ********************************************
|
||||
echo *** starting query-store tests ***
|
||||
echo ********************************************
|
||||
"$INTEGRATION_TEST_ELECTRON_PATH" $LINUX_EXTRA_ARGS --extensionDevelopmentPath=$ROOT/extensions/query-store --extensionTestsPath=$ROOT/extensions/query-store/out/test $ALL_PLATFORMS_API_TESTS_EXTRA_ARGS
|
||||
|
||||
echo ******************************************
|
||||
echo *** starting resource deployment tests ***
|
||||
echo ******************************************
|
||||
|
||||
Reference in New Issue
Block a user