ciselab / TestGenie

TestGenie - an IntelliJ plugin that natively integrates EvoSuite into the IDE. EvoSuite is an automated test suite generation tool using evolutionary algorithms. Used for research @ SERG, TU Delft.
MIT License
1 stars 0 forks source link

Create separate build process for custom evosuite builds #33

Closed lyuben-todorov closed 2 years ago

lyuben-todorov commented 2 years ago

Description

Since this plugin relies on a custom build of evosuite to work, the jar is currently sources as a raw binary inside the project's root which is not a good practice. Create a separate build process that allows developers to make custom build releases and integrate it with TestGenie's own build process.

Definition of Done