Component testing of Vitest #572
edimitchel
started this conversation in
General
Replies: 2 comments 1 reply
-
I'm the maintainer of Cy Component Testing, and I'd offer support to integrate and write some component tests. For e2e, I think either Cy or Playwright would be sufficient. The decision should probably be driven by how easy it is to mock the network. You 10000% do need both kinds of tests though. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just start a thing here: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the moment, the UI is not covered by unit test (ironic for a test runner).
In the ui discord channel, we talk about using Cypress or Playwright.
We should consider component testing (with mocked API) and E2E test (this would be very satisfying to see a test runner test another test runner).
Let's talk here!
Beta Was this translation helpful? Give feedback.
All reactions