Skip to content
/ cyPOC Public

Cypress Test Framework - Proof of Concept

Notifications You must be signed in to change notification settings

e-src/cyPOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cyPOC

Cypress Test Framework - Proof of Concept

Demo app

Demo app of choice: https://github.com/gothinkster/realworld Frontend (React + Redux) : https://github.com/gothinkster/realworld Backend Node (Express + Mongoose): https://github.com/gothinkster/node-express-realworld-example-app

MongoDB service commands: Start: brew services start mongodb-community@4.4 Stop: brew services stop mongodb-community@4.4

mongodump: mongodump -d conduit -o ~/mongodb-backup

mongorestore: mongorestore --drop -d conduit ~/mongodb-backup/conduit

About

Cypress Test Framework - Proof of Concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published