What is meta filtering in jbehave?

devquora
devquora

Posted On: Feb 25, 2020

 

A meta filter is represented as a string and supports multiple languages used based on the prefix used. JBehave supports meta tags to give you the benefit of marking some set of tests as p1 tests. It also includes running the tests include/exclude to p1 tests. Upon running stories you can easily see that one story file is excluded by the meta filter.

Now when you open the results folder the marked story marked as p1 has run but the stories got excluded and haven’t run.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    JBehave Interview Questions

    Explain what is JBehave?

    JBehave is a software-based in java language for Behaviour Driven Development (BDD). It is developed to make practices such as test-driven development(TDD) and Acceptance-driven design(ATD) which are ...

    JBehave Interview Questions

    Enlist the major features of JBehave?

    The following are the features of Jbehave:It has the feature of Ant integration which gives its stories an advantage to run via an Ant task. User stories can be written in JBehave syntax and Ghe...

    JBehave Interview Questions

    List different typs of modules in JBehave?

    The following are the different types of modules in JBehave are:Game of life: used to verify multi-line scenarios behavior Gherkin: it verifies to pass gherkin based features Groovy: verifies gr...