Friday, July 17, 2015

Run a specifc test in Gradle

To run a specific test in Gradle,

you can use the following command:

gradle test --tests *SomeTests.test

Reference:
http://stackoverflow.com/questions/22505533/how-to-run-a-one-test-class-only-on-gradle

No comments:

Post a Comment