Tuesday, 15 March 2011

java - Is there a way to exclude specific class in a package when gluing a package in cucumber? -



java - Is there a way to exclude specific class in a package when gluing a package in cucumber? -

hi want glue bundle

com.jayanath.test.bdt.multipos need exclude class com.jayanath.test.bdt.multipos.setupmultipos.java

is there way did was

@cucumber.options(format = {"pretty", "html:target/cucumber-htmlreport", "json-pretty:target/cucumber-report.json"}, glue = {"com.jayanath.test.bdt.multipos","~com.jayanath.test.bdt.multipos.setupmultipos"}, tags = {"@olo"})

based on knowledge tags. did not work.

java cucumber

No comments:

Post a Comment