Feature Request
Is your feature request related to a problem? Please describe.
Currently, testing needs to be set up separately. A built-in framework would streamline development.
Describe the solution you'd like
Add built-in testing framework:
- Unit testing support
- Integration testing
- E2E testing
- Test reporting
- Code coverage
Describe alternatives you've considered
- Integrate with existing testing tools
- Add as a plugin
- Create a separate testing service
Additional context
This would ensure code quality from the start.
Labels: enhancement, good first issue
Feature Request
Is your feature request related to a problem? Please describe.
Currently, testing needs to be set up separately. A built-in framework would streamline development.
Describe the solution you'd like
Add built-in testing framework:
Describe alternatives you've considered
Additional context
This would ensure code quality from the start.
Labels: enhancement, good first issue