marcingrzejszczak / gradle-test-profiler

created with @AChudzik. The idea of this plugin is to perform profiling of your tests. You will be able to see your test execution times sorted in the descending manner together with an information about a module and the class name from which the test was executed.
Apache License 2.0
25 stars 11 forks source link

Ability to exclude tests in enforcment mode #31

Closed szpak closed 9 years ago

szpak commented 9 years ago

In some cases it would be useful to be able to define which tests (temporary) should not cause build to fail even if they run too long.