Skip to main content
Run e2e scripts across selected packages and modules. e2e:run forwards to workspace:run with --commands=e2e fixed for you.

Usage

Examples

Run e2e tests everywhere:
Run only specific modules and packages:
Show task output for failures:
Force e2e tasks to run again:
Run e2e tests from another workspace directory:

Options

Alias target

e2e:run constructs workspace:run arguments with commands set to e2e. A target whose package.json does not define an e2e script is skipped by the workspace runner. See workspace:run for the generic execution, output, and caching model, and e2e:create to scaffold e2e tests.