v1.0.0
π TWD v1.0.0 β Official Release
Weβre excited to announce the first stable release of TWD (Test While Developing) β a lightweight testing library designed to let you test your frontend app while you develop it.
With TWD, you can run, debug, and visualize your tests directly in your development environment β no complex setup or heavy tooling required.
π Highlights
- Interactive test runner inside your app
- Simple async selectors and chainable assertions
- Native support for user events
- Built-in network mocking for API requests
- CI and GitHub Actions integration
- Code coverage support with
vite-plugin-istanbul - Clear and minimal DX-first API
π Documentation
Full docs and tutorial series available at:
π https://brikev.github.io/twd/
π§ͺ Tutorial Series
Learn TWD step by step with the official guides on DEV:
- Part 0 β Introduction
- Part 1 β Installation and First Test
- Part 2 β Selectors, Assertions, and User Events
- Part 3 β Mocking API Requests
- Part 4 β Running Tests in CI
- Part 5 β Collecting Coverage
What's Changed from v0.8.0
- Feat/add better tutorials by @kevinccbsg in #77
- Docs/improve framework docs by @kevinccbsg in #79
- chore(deps-dev): bump vite from 7.1.4 to 7.2.2 in /examples/twd-test-app by @dependabot[bot] in #78
New Contributors
- @dependabot[bot] made their first contribution in #78
Full Changelog: v0.8.0...v1.0.0