Skip to content

Releases: JetBrains-Research/TestSpark

TestSpark 0.1.2

29 Aug 17:13
Compare
Choose a tag to compare

Added

  • LLM-based test generation using the OpenAI platform
  • Visualizing the result of test executions
  • Plugin's logo

Fixed

  • Some bugs in parsing tests

Changed

  • Improving user interaction with test cases
  • plugin's name

TestGenie 0.1.1

31 Jul 15:20
Compare
Choose a tag to compare
  • Add LLM-based test generation for lines and methods
  • Add support for mocking-related annotations in generated tests
  • Smarter prompt generation to make sure that its number of tokens does not exceed the limits
  • Improve test parsing
  • Fix some major performance and functional bugs in interaction with Jacoco
  • code refactoring

TestGenie 0.1.0

11 Jul 17:18
Compare
Choose a tag to compare
  • Add LLM-based test generation using Grazie platform
  • Add test execution and coverage information collector for tests generated by LLM
  • Add a feedback cycle between test compilation and LLM to ensure tests generated by LLM can be compiled
  • Better error handling

TestGenie 0.0.3

11 May 17:01
Compare
Choose a tag to compare

Fixed some bugs in test generation and finding classpaths

TestGenie 0.0.2

14 Apr 16:44
Compare
Choose a tag to compare
  1. Improved test generation by aborting incomplete project builds and ensuring successful project builds before test generation begins.
  2. Catching Evosuite errors related to unknown classes by checking for incorrect input of .class files.
  3. Automatic creation of test files with the automatic addition includes and package lines.
  4. Error checking for target class initialization.
  5. Compatibility with earlier versions of the IntelliJ platform.
  6. Implement automated build.
  7. Implemented compiled classes detector.

TestGenie 0.0.1

14 Feb 16:00
Compare
Choose a tag to compare

Includes the first version of unit test generation for a target class, method, or line. Currently only uses EvoSuite for test generation.