@quickpickle/sv
v0.13.1
Published
Svelte CLI community add-on for QuickPickle behavioral testing
Downloads
159
Readme
Svelte CLI community add-on: @quickpickle/sv
This
Usage
To install the add-on, run:
npx sv add @quickpickleWhat you get
- Installs QuickPickle and Playwright integrations for behavioral testing:
quickpickle@quickpickle/playwrightvitestplaywright
- Adds test scripts in
package.json:testtest:e2e
- Creates e2e starter files:
vitest.config.e2e.{js|ts}tests/e2e.steps.{js|ts}tests/front.feature
- Updates
.vscode/settings.jsonwith Cucumber autocomplete settings. - Updates
vite.config.{js|ts}test config to include the e2e project.
Options
This add-on currently has no user-facing options.
Quick start
After applying the add-on, run:
pnpm test:e2e