serenity-bdd / serenity-documentation

The main Serenity BDD documentation
Apache License 2.0
41 stars 61 forks source link

Provide additional instructions for using Gradle, including how to filter by tags #119

Open mikezx6r opened 6 years ago

mikezx6r commented 6 years ago

The current docs don't work well if integration tests are part of the main build using something like the Nebula Facet, or defining a custom source set.

The problem is all tasks in the build will ignore failures, which is not the desired result.

Update the documentation to present an alternative configuration strategy.

In addition, the current instructions do not describe how to filter via tags using Gradle, only Maven, and passing -Dtags= does not work w/o a minor change to the Gradle build configuration