Skip to main content
Run the e2e script across every package and module in the workspace. This command is a thin alias for monorepo:run --commands=e2e: every option is forwarded untouched, so the same dependency ordering, concurrency, and content-addressed caching apply.

Usage

Examples

Run e2e tests everywhere:
Run only specific modules and packages:
Stream plain logs instead of the interactive view (for CI):
Force every task to re-run, ignoring the cache:

Options

A target whose package.json does not define an e2e script is skipped without an error. See monorepo:run for the full execution, output, and caching model, and e2e:create to scaffold the tests this command runs.