Handverdrahtet
2020-03-20
Using Cucumber with Gradle with tags
Labels:
BDD
,
coding
,
cucumber
,
gradle
,
Java
,
testing
I want to run Cucumber from Gradle with the possibility to specify tags. Here is a
build.gradle
to do this:
gradle cucumber
- will run all cucumber scenarios but not these tagged with
@Ignore
gradle cucumber -P tags=@Smoketest
- will run all smoketests but again will ignore these with the tag
@Ignore
.
Keine Kommentare
Kommentar veröffentlichen
Neuerer Post
Älterer Post
Startseite
Abonnieren
Kommentare zum Post (Atom)
Keine Kommentare
Kommentar veröffentlichen