2019-05-28 09:56:45 +08:00
|
|
|
# Hello World Test Sample
|
2019-05-22 16:57:34 -07:00
|
|
|
|
2019-05-28 09:56:45 +08:00
|
|
|
This is the Hello World example with integration tests setup.
|
2019-05-22 16:57:34 -07:00
|
|
|
|
2019-05-28 09:55:19 +08:00
|
|
|
You can find the accompanying documentation at https://code.visualstudio.com/api/working-with-extensions/testing-extension.
|
2019-05-22 16:57:34 -07:00
|
|
|
|
|
|
|
|
## Demo
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Running the Sample
|
|
|
|
|
|
|
|
|
|
- Run `npm install` in terminal to install dependencies
|
2019-05-28 09:55:19 +08:00
|
|
|
- Run the `Run Extension Tests` target in the Debug View. This will:
|
2019-05-22 16:57:34 -07:00
|
|
|
- Start a task `npm: watch` to compile the code
|
2019-05-28 09:55:19 +08:00
|
|
|
- Run the extension integration test in a new VS Code window
|