PolyTest is a language-agnostic test runner for VSCode, designed to seamlessly integrate with various testing frameworks across multiple programming languages.
- Support for multiple programming languages and testing frameworks.
- Test Explorer for discovering and running tests.
- Real-time test status updates in the status bar.
- Detailed test results in a dedicated panel.
- In-editor decorators to highlight test statuses.
- Clone the repository:
git clone https://github.com/j-raghavan/polytest.git
- Open the project in VSCode.
- Run
npm install
to install dependencies. - Open the command palette (
Ctrl+Shift+P
) and selectDeveloper: Reload Window
.
- Open your project in VSCode.
- Use the Test Explorer to discover and run tests.
- View real-time updates in the status bar.
- Check detailed test results in the Results Panel.
- See test status decorators directly in your code editor.
Contributions are welcome! Please read our Contributing Guidelines before submitting a pull request.
This project is licensed under the MIT License.