mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Update pgsql extension and readme (#9371)
This commit is contained in:
1
extensions/integration-tests/.gitignore
vendored
Normal file
1
extensions/integration-tests/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
!*.vsix
|
||||||
Binary file not shown.
@@ -28,3 +28,9 @@ The integration test suite has been added to ADS windows pipeline to run the tes
|
|||||||
2. Smoke Test can be launched in 2 ways:
|
2. Smoke Test can be launched in 2 ways:
|
||||||
1. In the new window navigate to the test/smoke folder and run: node smoke/index.js
|
1. In the new window navigate to the test/smoke folder and run: node smoke/index.js
|
||||||
2. Or, In a VSCode window opened by step above, open AzureDataStudio folder and then select the 'Launch Smoke Test' option.
|
2. Or, In a VSCode window opened by step above, open AzureDataStudio folder and then select the 'Launch Smoke Test' option.
|
||||||
|
|
||||||
|
## How to debug the tests
|
||||||
|
1. Set the debug target to `Attach to Extension Host`
|
||||||
|
1. Run the script to start the tests
|
||||||
|
1. Wait for the Window to reload (it does this after installing and activating the extensions)
|
||||||
|
1. Run the debug target - it should now attach to the Extension Host process and hit breakpoints set in the integration tests
|
||||||
|
|||||||
Reference in New Issue
Block a user