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
The app is split out into two folders: client - apollo-client + react app server - apollo-server graphql backend
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