@nrwl/detox:application
Create Detox Configuration for the workspace.
Usage
nx generate application ...nx g app ... #sameBy default, Nx will search for application in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/detox:application ...Show what will be generated without writing to disk:
nx g application ... --dry-runOptions
directory
A directory where the project is placed.
js
falseGenerate JavaScript files rather than TypeScript files.
linter
eslinteslint, tslint, noneThe tool to use for running lint checks.
name
Name of the E2E Project.
project
The name of the frontend project to test.
skipFormat
falseSkip formatting files.
setParserOptionsProject
falseWhether or not to configure the ESLint parserOptions.project option. We do not do this by default for lint performance reasons.