mdwiltfong / secret-santa

https://codecademy-secret-santa-2.fly.dev/
3 stars 6 forks source link

Implementing E2E Tests using TestCafe #7

Open mdwiltfong opened 10 months ago

mdwiltfong commented 10 months ago

Part of our CI/CD pipeline will involve E2E tests. These E2E tests will use TestCafe.

mdwiltfong commented 8 months ago

I'm really close to getting this implemented in the node.js.yml workflow, but it looks the setup for these tests needs to be more nuanced.

https://github.com/mdwiltfong/secret-santa/actions/runs/7777579230/job/21206035083

It would help to break up the setup of the frontend and backend into custom actions.