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