An open API service indexing awesome lists of open source software.

https://github.com/naps62/foundry-vscode-test-adapter


https://github.com/naps62/foundry-vscode-test-adapter

Last synced: over 1 year ago
JSON representation

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

![Screenshot](/img/sample.png)

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