Skip to content

mcherryleigh/cypress-http-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starting the Server

cd server
npm install
npm start

Starting Cypress (init route)

npm install
npm run cy:open

Changing to example specs

npm install
# change package.json to use different config
# ex: "cy:open": "cypress open --project ./_test/cypress_presentation"
npm run cy:open

About

some examples for api testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published