I'm able to see the tests that were run, but I'm trying to display the parameters that were passed to them when using the testNG @Parameters annotation.
Asked
Active
Viewed 56 times
1 Answers
1
If I am not totally mistaken, the TestNG plugin does this and more.

hseffler
- 116
- 1
-
Well, sort of. From what I've seen, the TestNG plugin shows the report similar to how the JUnit does. It just shows the test methods multiple times, but to actually see what parameters they were run with, you have to actually click on each entry. – Jorge Apr 05 '13 at 00:51