Releases: Gaurav0/vite-plugin-testem
Releases · Gaurav0/vite-plugin-testem
Release list
v1.0.1
1.0.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.0.0] - 2026-04-19
First stable release: Vite plugin and Testem middleware helper for browser tests.
Install
npm install vite-plugin-testem --save-devInstall a compatible Vite version (peer dependency: ^7.0.0 || ^8.0.0). To run browser tests with Testem, install Testem (optional peer: ^3.20.0):
npm install testem@^3.20.0 --save-devLinks
- npm: vite-plugin-testem
- Docs: README on GitHub