IntelliJ JUnit Export Test Results adds the generated file to the project -
the "export test results" action has few options. why include file in project files? on subsequent exports, there popup:
file 'test results - .xml' exists. want overwrite it?
if click yes, export fail:
"test results export failed: exists in vfs"
is there way can disable this? junit4 test, using intellij 14. (testng shows same behavior)
Comments
Post a Comment