@ensono-stacks/playwright
v2.0.7
Published
Please visit the stacks documentation page for `playwright` [here](https://stacks.ensono.com/docs/getting_started/playwright/ensono-stacks-playwright) for more information
Downloads
510
Readme
@ensono-stacks/playwright
Please visit the stacks documentation page for playwright
here
for more information
Generators and Executors
View a list of the plugin executors/generators through the following command:
nx list @ensono-stacks/playwright
Development
Building
Run the following command to build the plugin
nx build playwright
Tests
Run the following to execute the unit tests via jest.
nx test playwright
Linting
Run the following to lint the code using ESLint.
nx lint playwright
Publish
Run the following to publish the NPM package
nx publish playwright