eclipse - how to get testng reports on executing junit test -


i want execute test script junit or other test want reports in testng reports format:

is there way invoke org.testng.reporters methods in junit framework obtain testng style reports (xml reports, emailable-reports.html) on executing code junit test?

i don't know if can invoke part of testng junit.

what can execute junit test directly (without changes) testng:
see section "junit tests" testng manual


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -