AutoGeneral / IridiumApplicationTesting

A&G Web Application Testing Suite
https://www.gitbook.com/book/autogeneral/iridiumapplicationtesting-gettingstartedguide/details
MIT License
20 stars 13 forks source link

Simple gradle example running a test #81

Closed geemang2000 closed 7 years ago

geemang2000 commented 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?

mcasperson commented 7 years ago

See https://github.com/mcasperson/intellij-iridium-example for an example of running tests in junit with Gradle.

geemang2000 commented 7 years ago

Thanks!