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:
Sakshi Sharma
2023-07-17 11:33:05 -07:00
committed by GitHub
parent a81181108d
commit a9a9abd5c1
8 changed files with 1902 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
compile-extension:mssql^
compile-extension:notebook^
compile-extension:query-history^
compile-extension:query-store^
compile-extension:resource-deployment^
compile-extension:sql-bindings^
compile-extension:sql-database-projects
@@ -123,6 +124,11 @@ echo *** starting query-history tests ***
echo *******************************
call "%INTEGRATION_TEST_ELECTRON_PATH%" --extensionDevelopmentPath=%~dp0\..\extensions\query-history --extensionTestsPath=%~dp0\..\extensions\query-history\out\test %ALL_PLATFORMS_API_TESTS_EXTRA_ARGS%
echo ********************************************
echo *** starting query-store tests ***
echo ********************************************
call "%INTEGRATION_TEST_ELECTRON_PATH%" --extensionDevelopmentPath=%~dp0\..\extensions\query-store --extensionTestsPath=%~dp0\..\extensions\query-store\out\test %ALL_PLATFORMS_API_TESTS_EXTRA_ARGS%
echo ******************************************
echo *** starting resource deployment tests ***
echo ******************************************