Skip to content

Testing strategy

miguelperezcolom edited this page Aug 5, 2024 · 1 revision

At this point I am only relying on e2e tests. Why? because there were no tests in the beginning and I needed to have the more coverage with the minimum effort. That led me to rely on e2e tests for the moment.

I'm using playwright for the tests and you can find the project inside the e2e folder in the repo.

Clone this wiki locally