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

Research running evosuite in parallel #43

Closed lyuben-todorov closed 2 years ago

lyuben-todorov commented 2 years ago

Description

Research how intellij and evosuite work when multiple test generation jobs are triggered in parallel

lyuben-todorov commented 2 years ago

EvoSuite processes run fine in parallel, the only limitation is the way we currently handle coverage visualization/test results. They are not really designed with multiple editors in mind