1.1.0 • Published 8 months ago

@velmajs/testsuite v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@velmajs/testsuite


This package contains the testsuite of Velma.

What is the testsuite?

The testsuite can be used to do e2e/component/unit testing of a svelte 5 project. It's build on top of playwright and fully compatible with modern ci/cd pipelines.

Installation

Run the following command to install the testsuite:

bun install @velmajs/testsuite

Usage

Usage of the testsuite is simple. Just run the following command:

bun testsuite test

If you want more information about the capabilities of the testsuite, run the following command:

bun testsuite

Resources