Closed geemang2000 closed 7 years ago
In the launching section there is a reference to running gradle. https://autogeneral.gitbooks.io/iridiumapplicationtesting-gettingstartedguide/content/launching.html
But this assumes you build the library (I assume). Which I'd rather not. I would like to build a project that only contains tests and use gradle to run them all.
Is there a simple starter build.gradle example to use a reference?
See https://github.com/mcasperson/intellij-iridium-example for an example of running tests in junit with Gradle.
Thanks!
In the launching section there is a reference to running gradle. https://autogeneral.gitbooks.io/iridiumapplicationtesting-gettingstartedguide/content/launching.html
But this assumes you build the library (I assume). Which I'd rather not. I would like to build a project that only contains tests and use gradle to run them all.
Is there a simple starter build.gradle example to use a reference?