Skip to content

Testing

Hy0tic edited this page Oct 28, 2024 · 6 revisions

Unit test

Integration test

Running integration test: npx vitest run

End-to-end test

Running e2e test: npx playwright test

Running e2e test with ui: npx playwright test --ui

Clone this wiki locally