0

I have recently tried to API load testing, and I choose maven+OKHTTP+allure reports+jenkins, when I just try one time run everything is fine, the reports get generated successfully but after that I make the test run for 100 times, then I just look at the reports - it's only showing the first time runs. Did anyone face the same issue? Please help.

TestNGcode Allureports

curveball
  • 4,320
  • 15
  • 39
  • 49

1 Answers1

0

Allure shows only latest result per test case, other are displayed in test retries section. For more details see https://stackoverflow.com/a/46222758/3915166

Dmitry Baev
  • 2,270
  • 1
  • 14
  • 24
  • Given this behavior, what is the best way for anyone running one test case on several different devices and needs to show this difference in the report? – Rafael C. Sep 13 '19 at 01:04