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: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.