Usage
Arguments
Argument | Description |
---|---|
[path] | Optional path to project or plugin to test |
Options
Option | Description |
---|---|
-t, --type <type> | Type of test to run (choices: “component”, “e2e”, “all”, default: “all”) |
--port <port> | Server port for e2e tests |
--name <n> | Filter tests by name (matches file names or test suite names). Case sensitive. |
--skip-build | Skip building before running tests |
--skip-type-check | Skip TypeScript type checking for faster test runs |