source: trip-planner-front/node_modules/@angular/cli/commands/e2e-long.md@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 454 bytes
Line 
1The command takes an optional project name, as specified in the `projects` section of the `angular.json` workspace configuration file.
2When a project name is not supplied, executes the `e2e` builder for the default project.
3
4To use the `ng e2e` command, use `ng add` to add a package that implements end-to-end testing capabilities. Adding the package automatically updates your workspace configuration, adding an `e2e` [CLI builder](guide/cli-builder).
Note: See TracBrowser for help on using the repository browser.