codebuddies / cb-connect

Platform to connect mentors with mentees, accountability partners, and OS project maintainers with new contributors
GNU General Public License v3.0
14 stars 8 forks source link

Integrate Cypress as an E2E testing framework #60

Open angelocordon opened 5 years ago

angelocordon commented 5 years ago

Adding e2e tests should help test out our React components as a whole; currently unit testing React is a bit weird as we're relying on DOM rendering; Writing some BDD tests on how our UI is suppose to function and work should help lower manual QA and solidify feature specs.

See: https://www.cypress.io/

sebbel commented 5 years ago

I can tackle this.

angelocordon commented 5 years ago

Awesome! Thanks for tackling!