Chore: Improve or add component tests (Cypress) #169
Closed
graphieros
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The behavior and features of most vue-data-ui components are now stabilized.
✅ We have a good suite of unit tests for the internal utility library.
✅ We have a handy manual testing arena, which is helpful to test out fixes and features on the go.
However, a reliable suite of component tests with Cypress is required.
Currently, components either have superficial Cy tests, or not at all.
To get started, take a look at CONTRIBUTING.md !
And thanks in advance were you to decide to help 🙏
Tests to add:
Tests to improve
A testCommonFeatures strategy is available to streamline testing of common atomic components, for example:
Beta Was this translation helpful? Give feedback.
All reactions