Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 714 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 714 Bytes

Cypress Test Project

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!

Install

Do not 'Fork' this repository, please instead clone it.

yarn

Run the tests

yarn all

Submit your work

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:

  1. git remote set-url origin [YOUR_REMOTE_URL]