Console UI Test Automation build with
| Cypress | | BDD | | Java Script | | POM |
Make sure you have installed the following prerequisites on your development machine:
OS | Node |
---|---|
Windows | winget install OpenJS.NodeJS.LTS |
macOS | brew install node@18 |
- Link
- Do git clone into your machine
- Cd to ui-automation
- Do git pull
- Make sure master is update date
- Create a branch from master
- Work on branch
- Add and Commit your changes
- Add reviewer and get it approved
- And Merge your changes to master
- Delete your Branch in local as in upstreams
- Do fllow same steps every time
- Build the project
npm install
or
npm i
- Run the test.
npm run clean && npm run cy:parallel && npm run report
- Open cypress runner
npx cypress open