Testing #231
alvarosabu
started this conversation in
Ideas
Testing
#231
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During the development of the library, I found having a decent level of test coverage was quite complicated for 2 main reasons 🤦:
A week ago I worked with @userquin on testing Vitest Browser Runner with TresJS and the results were amazing.
This would solve the second constraint listed above and open the door to be able to mount the components and test them 👏🏻.
I think is important we provide a decent level of testing on the ecosystem, starting with
core
andcientos
packages, especially now that we are close to opening to the publiccientos
) will not focus on DOM (what is normally done with https://test-utils.vuejs.org/ but rather test the scene state)Example:
Testing
Box.vue
First, let's define what types of tests we want. @Tresjs/cientos @Tresjs/core
Follow up tasks
Beta Was this translation helpful? Give feedback.
All reactions