Ages ago, IntelliJ IDEA added really cool feature to repeat test.
If for whatever reason you need repeat test x amount of times then follow these steps:
- Run test (tests) first.
- Go to Edit Configuration
- In configuration tab, in top right corner, you can specify repat test
Apply and run it :)
Small warning! For very large amount of test IntelliJ IDEA start works very very slowly. I usually I don't have problem with running more than around 65535 and more tests,but it depends on tests amount and size of the project :).
No comments:
Post a Comment