https://github.com/badsyntax/vscode-executetask-test-example
An example repo demonstrating issues with running vscode.tasks.executeTask in tests
https://github.com/badsyntax/vscode-executetask-test-example
Last synced: 8 months ago
JSON representation
An example repo demonstrating issues with running vscode.tasks.executeTask in tests
- Host: GitHub
- URL: https://github.com/badsyntax/vscode-executetask-test-example
- Owner: badsyntax
- Created: 2020-06-09T16:58:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T16:41:06.000Z (about 6 years ago)
- Last Synced: 2025-04-09T11:13:33.338Z (about 1 year ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vscode-test-sample
Sample for using https://github.com/microsoft/vscode-test.
Continuously tested with latest changes:
- [Azure DevOps](https://dev.azure.com/vscode/vscode-test/_build?definitionId=15)
- [Travis](https://travis-ci.org/github/microsoft/vscode-test)
When making changes to `vscode-test` library, you should compile and run the tests in this sample project locally to make sure the tests can still run successfully.
```bash
yarn install
yarn compile
yarn test
```