Automation with Playwright.
yarn install
- This framework is using Airbnb Eslint rules to ensure javascript code standards.
- Javascript code is written in ES6.
- This framework is configured with prettier to ensure the code indentation is consistent across.
yarn run lint
- To run the test with tag @dev
yarn run cucumber:dev
- To run the test with tag @smoke
yarn run cucumber:smoke
- To run the test with tag @regression
yarn run cucumber:regression