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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -