ekino / v6y

Vitality is a tool crafted to maintain and optimize the health and performance of codebase and applications.
MIT License
4 stars 1 forks source link

[FEATURE]: Test Execution and Coverage with Jest/Vitest #13

Open helabenkhalfallah opened 1 month ago

helabenkhalfallah commented 1 month ago

✨ Description

This feature integrates automated testing and test coverage analysis into Vitality, specifically targeting projects using Jest or Vitest as their testing framework. It will automatically detect the presence of Jest or Vitest configurations, execute the tests, and calculate code coverage, providing developers with valuable insights into their project's testing effectiveness.

🚀 Motivation

📝 Proposed Solution

🔗 Relevant Links (if any)