Skip to content

v1.0.0

Choose a tag to compare

@kevinccbsg kevinccbsg released this 10 Nov 19:23
· 264 commits to main since this release

πŸŽ‰ 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:

What's Changed from v0.8.0

New Contributors

Full Changelog: v0.8.0...v1.0.0