/ui-automation-test

UI test automation using cypress, used to automate test at voila.id

Primary LanguageJavaScript

cypress

UI End to End testing using Cypress.

How to install

$ npm install

How to Run

Step to run the test with open cypress GUI: 
1. $ npm run cy:open
2. Find voila-check-test.js 
3. Click it
Step to run test without open cypress GUI
1. $ npm run cy:run -- --spec "cypress/integration/tests/voila-checkout-test.js"
2. after finish, check the video folder and screenshoot folder