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
Post a Comment