Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor4312/test-controller-migration-example
An example of a migration from the Test Explorer UI to native VS Code testing
https://github.com/connor4312/test-controller-migration-example
Last synced: 1 day ago
JSON representation
An example of a migration from the Test Explorer UI to native VS Code testing
- Host: GitHub
- URL: https://github.com/connor4312/test-controller-migration-example
- Owner: connor4312
- License: mit
- Created: 2021-08-20T19:39:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T20:51:53.000Z (about 3 years ago)
- Last Synced: 2024-10-25T22:14:46.194Z (18 days ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test Controller Migration Example
This repository, through its [git history](https://github.com/connor4312/test-controller-migration-example/commits/master), is an example of a migration from the [vscode-example-test-adapter](https://github.com/hbenl/vscode-example-test-adapter) to the VS Code native testing APIs.
For more information, check out the [Testing API](https://code.visualstudio.com/api/extension-guides/testing) change on the VS Code docs.