Closed okrayum closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
studyflow | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 15, 2024 8:01pm |
I added a little something because one test was failing
Put e2e testing into separate files: account-actions, board-crud, card-crud, navigation, and template-actions. This is still only on localhost. When we are done I will switch to the hosted site and add it to our CI/CD workflow.
Please test it locally: cd client npm install cypress --save-dev. npx cypress open (to do through Cypress UI), or npx cypress run (to do in terminal).
Thanks! This closes issue #211