Skip to content

v0.5.3

Compare
Choose a tag to compare
@almog-lv almog-lv released this 26 Mar 16:24
· 124 commits to main since this release
83847ac

v0.5.3

  1. Code analysis contains sub-sections, and is more readable:
    We have improved the code analysis section to make it more organized and readable. The new sub-sections make it easier to navigate and understand the analysis results.

  2. Added Mocha testing framework for TS/JS:
    We have added Mocha testing framework support for TypeScript and JavaScript projects.

  3. Changed the test convention in JS and TS to "it(...)" instead of "test(...)":
    To align with the industry standard, we have updated the test convention in JS and TS from "test(...)" to "it(...)".

  4. Improved the test generation engine to produce better test quality:
    We have made significant improvements to the test generation engine to produce more comprehensive and accurate tests. The improved engine generates tests that cover more scenarios and produce better test quality.

  5. UI changes and bug fixes:
    We have made several UI changes and bug fixes to improve the user experience and platform stability. These changes include fixing minor bugs and improving the performance of the platform.