SamaCare / eng-practices

Samacare's Engineering Practices documentation
https://google.github.io/eng-practices/
Other
1 stars 0 forks source link

e2e tests and front end coverage #1

Open mhammer708 opened 7 months ago

mhammer708 commented 7 months ago

do we have plans to add more? do we have plans to enforce a certain level of testing? do we want to try to use sonarqube to track (not enforce) coverage? can we add more cypress tests or are we moving away from cypress?


Ask for unit, integration, or end-to-end tests as appropriate for the change. In general, tests should be added in the same CL as the production code unless the CL is handling an emergency.
sidhuko commented 7 months ago

We need to address our enzyme tests in the frontend too. React v18 has a lot of features we are missing but we cannot upgrade without deleting all those tests.