Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
断続的に失敗する TestNG 単体テストがあります。Surefire プラグインを使用して単一の単体テストを複数回実行する方法はありますか? そうでない場合、これを処理する最善の方法について何か提案はありますか?
私が見つけた方法は次のとおりです。
@Test(invocationCount = 100)