-3

Is there any way by which I can control the ordering of the reports of the tests executed in a testng report.

Sayom
  • 147
  • 1
  • 2
  • 7

1 Answers1

1

Use priority in your test e.g. @Test(priority=1)

Chandrashekhar Swami
  • 1,742
  • 23
  • 39
  • as I am using Maven plugin report (surefire report), and not TestNG report, so even setting the priority is not working. – Sayom Jan 14 '16 at 09:16
  • as I am using Maven plugin report (surefire report), and not TestNG report, so even setting the priority is not working. – Sayom Jan 14 '16 at 09:16