Skip to content

adriano-fantinelli/cypress-mocha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors