EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
832 stars 341 forks source link

How to change the output directory or path? #291

Closed Yamuna-Rani closed 4 years ago

Yamuna-Rani commented 4 years ago

I want to change the output path instead of .evosuite folder.

VoglSebastian commented 4 years ago

You are probably trying to set "CTG_DIR", since it is the only property set to ".evosuite" by default ( in org.evosuite.Properties)? You can set all properties with "-Dkey=value" on the command line: -Dctg_key="dir_name"

Yamuna-Rani commented 4 years ago

Thanks for your reply @VoglSebastian . I used this command -Dtest_dir="my dir path" . Now It is working fine.