AutoGeneral / IridiumApplicationTesting

A&G Web Application Testing Suite
https://www.gitbook.com/book/autogeneral/iridiumapplicationtesting-gettingstartedguide/details
MIT License
20 stars 13 forks source link

configuration files do not work on windows #59

Closed blahDL closed 7 years ago

blahDL commented 7 years ago

Configuration files are not loaded properly and are also deleted afterwards.

log.txt

mcasperson commented 7 years ago

Having the file deleted might be related to the jUnit cleanup routine.

mcasperson commented 7 years ago

The issue was that the code that was used to clean up old jUnit XML files was also removing all xml files, including any configuration xml files that might have been stored locally. This has been fixed.