https://github.com/naps62/foundry-vscode-test-adapter
https://github.com/naps62/foundry-vscode-test-adapter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/naps62/foundry-vscode-test-adapter
- Owner: naps62
- License: mit
- Created: 2022-05-17T23:48:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T20:11:58.000Z (about 4 years ago)
- Last Synced: 2025-02-05T06:46:54.069Z (over 1 year ago)
- Language: TypeScript
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Foundry Test Adapter for Visual Studio Code
---
**Functional, but still in an early Beta/Preview !!!!**
---
[foundry]: https://book.getfoundry.sh/
[test-explorer]: ttps://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer

This repo contains a test adapter extension for running [Foundry][foundry] test suites within VS Code's [Test Explorer][test-explorer] extension.
## Features & TODOs
- [x] list tests
- [x] run tests
- [ ] improve docs
- [ ] view test failure details
- [ ] debug tests (unlikely)
- [ ] improve suite tree structure and naming
- [ ] fix forge output for CLI integrations