Skip to content

1.0.0

Choose a tag to compare

@Gaurav0 Gaurav0 released this 19 Apr 13:28
· 2 commits to main since this release

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-dev

Install 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-dev

Links