Alforoan / studyflow

https://studyflow-zeta.vercel.app
1 stars 0 forks source link

chore: finished e2e testing for issue #211 #228

Closed okrayum closed 1 month ago

okrayum commented 1 month ago

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

vercel[bot] commented 1 month 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
Alforoan commented 1 month ago

I added a little something because one test was failing