mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-27 01:25:42 -05:00
New test common project for database connections using the settings.json (#210)
* moved test driver tests and test common classes to separate projects
This commit is contained in:
8
test/CreateTestServerNameSettings.cmd
Normal file
8
test/CreateTestServerNameSettings.cmd
Normal file
@@ -0,0 +1,8 @@
|
||||
echo [{ > %USERPROFILE%\testServerNames.json
|
||||
echo "serverName": "<Server Name>", >> %USERPROFILE%\testServerNames.json
|
||||
echo "profileName": "<Profile Name>", >> %USERPROFILE%\testServerNames.json
|
||||
echo "serverType": "<server type>" >> %USERPROFILE%\testServerNames.json
|
||||
echo }] >> %USERPROFILE%\testServerNames.json
|
||||
|
||||
SET TestServerNamesFile=%USERPROFILE%\testServerNames.json
|
||||
REM The server name setting template is created here: "%USERPROFILE%\testServerNames.json". Make sure to add the server names before running the tests
|
||||
Reference in New Issue
Block a user