Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

material-svelte/vite-web-test-runner-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

67a32f1 · Jun 30, 2021

History

33 Commits
Jun 30, 2021
Jun 30, 2021
Jun 30, 2021
Jun 30, 2021
Jun 29, 2021
Jun 29, 2021
Mar 26, 2021
Jun 30, 2021
Jun 30, 2021
Jun 30, 2021
Jun 30, 2021
Jun 30, 2021
Jun 30, 2021
Jun 30, 2021
Jun 30, 2021
Jun 30, 2021

Repository files navigation

maintained license npm package


vite-web-test-runner-plugin

A @web/test-runner plugin to test Vite-powered projects. This plugin automatically connects to the Vite project in the current directory, loads the project configuration, and the uses your already-configured Vite build pipeline to build each test file.

Usage

npm install vite-web-test-runner-plugin --save-dev
// web-test-runner.config.js
const vite = require("vite-web-test-runner-plugin");

module.exports = {
  plugins: [vite()],
};

Options

None! If you need to configure Vite, you can do so in your project vite.config.js file.

Notes

  • some frameworks might require a custom testRunnerHtml (eg svelte and react)
  • vue is currently defunct