Skip to content

Test automation project using Cypress And Mocha for Front-end Web and Back-end tests

Notifications You must be signed in to change notification settings

adriano-fantinelli/cypress-mocha

Repository files navigation

Cypress Mocha

Test automation project using Cypress for Front-end Web and Back-end tests. We will use the http://automationpractice.com/index.php?controller=authentication&back=my-account environment to perform the tests on the Front-end and the API http://fakerestapi.azurewebsites.net/index.html to the tests on the Back-end. You can switch to any other environment that you want.

Technologies

  • Node.js
  • JavaScript
  • Cypress

Setting up the environment

  1. Install Node.js.

  2. It is necessary to install dependecies, type on the command prompt:

npm i
  1. To open the execution of the tests use:
npx cypress open

About

Test automation project using Cypress And Mocha for Front-end Web and Back-end tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published