-
It's been a day that I'm stuck with implementing testing for components. The only document is the following link: https://remix.run/docs/en/main/other-api/testing Which has no installation setup. I also checked examples repository, but could find any test there. Any idea would highly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I show how to setup testing using Vitest and Playwright in my https://github.com/kiliman/remix-vite-template/blob/main/docs/testing.md |
Beta Was this translation helpful? Give feedback.
-
https://github.com/epicweb-dev/full-stack-testing/tree/main/exercises/07.remix-component |
Beta Was this translation helpful? Give feedback.
I show how to setup testing using Vitest and Playwright in my
remix-vite-template
https://github.com/kiliman/remix-vite-template/blob/main/docs/testing.md