Hello! This project contains all the code needed to construct some BDD based tests. It's a super simple react / api project with Cypress sprinkled on top. Add as many or as little BDD tests as you think are needed, but surprise us with your ingenuity!
Do not 'Fork' this repository, please instead clone it.
yarn
yarn all
Once you're satisfied with your work, please push it up to a public GitHub repository and send us the link.
If you've chosen to clone this repository, use this command to replace the origin URL with a repository URL you've created:
git remote set-url origin [YOUR_REMOTE_URL]