@nx/playwright:init
Initializes a Playwright project in the current workspace.
Nx Webinar: Monorepos - The Benefits, Challenges and Importance of Tooling SupportNx Webinar: Monorepos - The Benefits, Challenges and Importance of Tooling SupportRegister
Initializes a Playwright project in the current workspace.
1nx generate init ...
2By default, Nx will search for init in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/playwright:init ...
2Show what will be generated without writing to disk:
1nx g init ... --dry-run
2falseSkip running playwright install. This is to ensure that playwright browsers are installed.
falseSkip formatting files.
falseDo not add dependencies to package.json.