Quality Assurance Testing #5267
-
I am getting started on contributing to the frontend side of this project. Thank you for your help in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We use a combination of a few tools for testing. All of these are also automated in our CI and should be pretty straight forward to use (they all have scripts in the package.json). |
Beta Was this translation helpful? Give feedback.
We use a combination of a few tools for testing.
We use vitest for unit testing and cypress for both component testing and E2E testing.
Then we also have a combination of prettier, eslint, jsonlint and more to make sure the files them selves are formatted and use the correct syntax.
All of these are also automated in our CI and should be pretty straight forward to use (they all have scripts in the package.json).