Hello, We are following BDD in our projects and have been using Cucumber/Cuke4Duke stuff for past 3 months.
We just started to implement JBehave and check its features. *My question is, do you guys know if we have some TAG features in JBehave, like we have it in Cucumber *eg: http://github.com/aslakhellesoy/cucumber/wiki/tags *...@billing* Feature: Verify billing @important Scenario: Missing product description ..... Scenario: Several products These tags can be defined Dynamically in the step definitions file rather than Java file. The particular Tagged Scenarios can be invoked from Maven rather than running all the scenarios. Do you know how we can achieve the same behavior in JBehave. Your response will be highly appreciated. -- Regards, Tahir Raza -- Regards, Tahir Raza
