jhenkels / cypress-ui-api-automation

Cypress project for UI and API automation testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress UI and API automation

Sample project using Cypress to automate both UI and API.

Requirements

Getting Started

  1. Clone this repo to a local directory git clone https://github.com/<your-username>/cypress-ui-api-automation.git
  2. cd into the cloned repo cd cypress-ui-api-automation
  3. Install the node_modules npm install
  4. Open Cypress application (run tests manually in UI): npx cypress open
  5. Run tests via command line npx cypress run

About

Cypress project for UI and API automation testing.


Languages

Language:JavaScript 100.0%