{"id":19411784,"url":"https://github.com/nickheap2/openedge-test-adapter","last_synced_at":"2025-09-25T17:13:22.394Z","repository":{"id":51438780,"uuid":"287548561","full_name":"NickHeap2/openedge-test-adapter","owner":"NickHeap2","description":"OpenEdge test adapter","archived":false,"fork":false,"pushed_at":"2021-05-11T21:50:35.000Z","size":25,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T02:34:41.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NickHeap2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-14T14:12:57.000Z","updated_at":"2020-08-14T14:13:01.000Z","dependencies_parsed_at":"2022-08-17T20:45:26.925Z","dependency_job_id":null,"html_url":"https://github.com/NickHeap2/openedge-test-adapter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"hbenl/vscode-example-test-adapter","purl":"pkg:github/NickHeap2/openedge-test-adapter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickHeap2%2Fopenedge-test-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickHeap2%2Fopenedge-test-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickHeap2%2Fopenedge-test-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickHeap2%2Fopenedge-test-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NickHeap2","download_url":"https://codeload.github.com/NickHeap2/openedge-test-adapter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NickHeap2%2Fopenedge-test-adapter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260224072,"owners_count":22977336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T12:23:08.874Z","updated_at":"2025-09-25T17:13:17.375Z","avatar_url":"https://github.com/NickHeap2.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example Test Adapter for Visual Studio Code\n\nThis repository contains an example for implementing a `TestAdapter` extension that works with the\n[Test Explorer](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer) extension.\n\nMore documentation can be found in the [Test Adapter API repository](https://github.com/hbenl/vscode-test-adapter-api).\n\n## Setup\n\n* install the [Test Explorer](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer) extension\n* fork and clone this repository and open it in VS Code\n* run `npm install`\n* run `npm run watch` or start the watch Task in VS Code\n* start the debugger\n\nYou should now see a second VS Code window, the Extension Development Host.\nOpen a folder in this window and click the \"Test\" icon in the Activity bar.\nNow you should see the fake example test suite in the side panel:\n\n![The fake example test suite](img/fake-tests.png)\n\n## Basic implementation\n\n* add any configuration properties that your Test Adapter needs to the `contributes.configuration.properties` section of `package.json`\n* replace the `loadFakeTests()` call in `src/adapter.ts` with your code for loading the test definitions for the real test framework\n* replace the `runFakeTests()` call in `src/adapter.ts` with your code for running the tests in a child process using the real test framework\n\n## Getting ready to publish\n\n* search for all occurrences of the word \"example\" in this project and replace them with the name of the testing framework that your Test Adapter supports\n* update `package.json` with your preferred values (at a minimum you should change `author`, `publisher`, `homepage`, `repository` and `bugs`)\n* create an icon for your Test Adapter (there's an SVG version of the Test Explorer icon at `img/test-explorer.svg`) and reference it in `package.json`\n* replace this README with your documentation\n\nNow you're ready to [publish](https://code.visualstudio.com/docs/extensions/publish-extension) the first version of your Test Adapter.\n\n## Completing the implementation\n\n* implement the `debug()` method\n* implement the `cancel()` method (it should kill the child process that was started by `run()` or `debug()`)\n* watch the configuration for any changes that may affect the loading of test definitions and reload the test definitions if necessary\n* watch the workspace for any changes to the test files and reload the test definitions if necessary\n* watch the configuration for any changes that may affect the results of running the tests and emit an `autorun` event if necessary\n* watch the workspace for any changes to the source files and emit an `autorun` event if necessary\n* ensure that only one test run is active at a time\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickheap2%2Fopenedge-test-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickheap2%2Fopenedge-test-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickheap2%2Fopenedge-test-adapter/lists"}