Skip to content

Releases: Gaurav0/vite-plugin-testem

Release list

v1.0.1

Choose a tag to compare

@Gaurav0 Gaurav0 released this 19 Apr 14:14

Full Changelog: 1.0.0...v1.0.1

1.0.0

Choose a tag to compare

@Gaurav0 Gaurav0 released this 19 Apr 13:28

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