Skip to content

tokenio/cypress-demo

Repository files navigation

cypress-demo

This project is part of POC project to demonstrate cypress testing tool for V2 payments api testing

Prerequisite

How To Run

  1. Run npm install
  2. Run npm run open
  3. Select E2E Testing
  4. Choose the browser and click on Start E2E Testing
  5. Click on the payments.feature spec to run

How to Run with Test Reports

  1. Run npm install
  2. Run npm run test
    (tests will run in terminal)
  3. Open cypress/results/mochawesome.html in the browser to see test report.

How to Run with Test with specific tag

  1. Run npm install
  2. Run npm run token-callback
    (tests will run in terminal)
  3. Open cypress/results/mochawesome.html in the browser to see test report.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published