executor
@nx/cypress:cypress
Enables you to execute your cypress tests
The cypress executor is an executor provided by @nx/cypress
and enables you to run your e2e tests.
Usage
The following command will run all of the cypress tests within your applications cypress test folder, as part of the executor it will automatically spin up a web server on local host for the corresponding application.
nx e2e <app-name>
Command line arguments
See the @nx/cypress plugin page for a list of up to date command line arguments