Covid-Self-report-Tool / cov-self-report-frontend

Frontend repository for COVID-19 self-reporting tool in React
https://www.covidselfreport.org
MIT License
10 stars 1 forks source link

Set up and improve automated UI testing #77

Open abettermap opened 4 years ago

abettermap commented 4 years ago

Description

Related items

This is a combination of several Jira issues, should be broken out accordingly:

Resolution

Break this out...

abettermap commented 4 years ago

Addl Jira references:

CSR-122: Need to add automated tests to frontend to prevent bugs from continuing to happen

CSR-123: Add cypress integration test to go through form:

Need to have at least one integration test that goes through the form process to make sure we don’t break it by accident / introduce more bugs as we change it.

Could also look into react-testing-library for this