Do you want to work on this issue?
You can request for a bounty in order to promote it!
Begin writing tests across docz #418
matchai posted onGitHub
Howdy docz maintainers!
I love the project and the experience of creating documentation with docz! π Unfortunately, I have a tough time trusting that new releases will be reliable. I don't risk upgrading docz on my projects due to the risk involved with having no tests/CI on this project. The more this project grows, the more time and effort it would take for tests to give us confidence that new docz releases are working as intended. π₯
I was hoping to start a conversation where we could plan the future of testing on docz. π
My proposed first steps would be to start adding testing and coverage tooling to the project, and to find the first 20% of coverage that would instill 80% of testing confidence. Such examples would be some simple snapshot tests:
- Testing the fresh installation flow
- Would help us avoid issues like #416 and #425
- Component importing
- External custom components
- Built-in components
- Integration tests for built-in components
I'd love to help kickstart this initiative. Thoughts?