CivicActions / cypress-tests

A repository to store Cypress test recipes created by CivicActions engineers
Other
5 stars 3 forks source link

Turn Repo Examples Into Living Tests #3

Closed alexfinnarn closed 1 year ago

alexfinnarn commented 1 year ago

As discussed in #2, it is possible to move the code in examples to actual test files. The benefits of doing so include keeping test dependencies up-to-date and working together as well as making sure the advice in examples still works.

I will list out items in a checklist that can be turned into issues, so this can be considered an epic.

dmundra commented 1 year ago

The lists looks great. Looking forward to helping with this. We have working example of Cypress accessibility tests and github actions here https://github.com/CivicActions/accessibility that we can use.

alexfinnarn commented 1 year ago

Cool. I just made a PR and some issues linked to this epic. Have a look at those if you have some time, but I will pause now for some feedback.