revell29 / automation-test-jubelio-pos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automation Testing Jubelio POS

this project was built with Cypress to make automation End To End Testing Jubelio POS

How to run

  • clone this repository
  • run yarn install or npm install. Make sure you're using Node v14+
  • change all environment in file .env
  • run npx cypress open to open GUI Testing
  • run npx cypress run to run testing with CLI

Folder Structure

Put all your test scenario into folder cypress/integration

Enjoy!

About


Languages

Language:JavaScript 65.8%Language:TypeScript 33.5%Language:Shell 0.7%