0

I have 20 tests in one class but one test need to run last. Is there any option how to achieve that? Like annotation @Order(Last) or @Order(999)

Best what I can do is to mark all tests method with @Order(19) to @Order(19) and test that need run last have @Order(100)

0 Answers0