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

Custom evosuite build process #34

Closed lyuben-todorov closed 2 years ago

lyuben-todorov commented 2 years ago

Description of changes made

Why is merge request needed

Such a feature would be very useful since storing large binaries such as jar files in the project sources is not a good idea. This PR not only solves that problem but also simplifies working with custom builds of evosuite.

Other notes

Project documentation will be updated eventually to explain in detail how the process of updating and releasing a new build of evosuite works.

closes #33