Skip to content

Example of using Cypress with Apollo Full-stack Tutorial code base

Notifications You must be signed in to change notification settings

nano3labs/cypress-apollo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress Apollo Example

This project demonstrates how to use Cypress for e2e testing. We are using the an apollo fullstack app form Apollo tutorial. 🚀

Use the start tag to begin using git checkout start

File structure

The app is split out into two folders: client - apollo-client + react app server - apollo-server graphql backend

Installation

To run the app, run these commands in two separate terminal windows from the root:

cd server && yarn i && yarn start

and

cd client && yarn i && yarn start

About

Example of using Cypress with Apollo Full-stack Tutorial code base

Resources

Stars

Watchers

Forks

Packages

No packages published