- A Test automation suite with base framework of Playwright.
- Version 1.0.0
- Node Version 16
- Git installation
- IDE (Ex. Vs Code, Sublime, atom) - anyone you can install. Prefer VS Code
- Take a clone
- Go to your directory and install node modules by running command
npm i - Run command
npm run prepare-huskyto installed husky git hooks
- Run command
npm iif node modules folder is not present - To run Test cases - hit command
npm run test - Run command
npm run generate-reportto generate report
- Husky with CommitLint is integrated. As per rules , Commit message will be accepted in format -
type(scope): subjecteg.feature(admin page) : Created Common Components
For automation we are using following Tech Stack: