quick-perf / quickperf

QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
https://github.com/quick-perf/doc/wiki/QuickPerf
Apache License 2.0
465 stars 67 forks source link

Support for Spock Framework #82

Open suresh-naik-tfs opened 4 years ago

suresh-naik-tfs commented 4 years ago

Support for Spock Framework Test Cases Can support be added for Spock Framework Tests ? http://spockframework.org

jeanbisutti commented 4 years ago

Today QuickPerf works with JUnit 4, JUnit 5 and TestNG.

If you are interested in developing a QuickPerf support for Spock you are very welcome.

Kind regards