jackreichert / over-engineered-todo

building a todo app to keep my skills sharp
0 stars 1 forks source link

Cypress end to end testing #44

Open BenBroide opened 10 months ago

BenBroide commented 10 months ago
  1. Unit tests are cool, but end to end testing help as well to find bugs. Cypress is really cool.
  2. After having the tests set, it's possible to set them to run in git action, and on failure to upload the video of failing test to the action artifact. Also maybe emailing a slack channel about the failure with link to action.
jackreichert commented 10 months ago

I'll definitely look into this.

I do have my unit tests blocking merge right now, so we're definitely thinking along the same lines.