Git Product home page Git Product logo

excludespecificationsextension's People

Contributors

kibsoon avatar lchrusciel avatar loic425 avatar pamil avatar zales0123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

excludespecificationsextension's Issues

Support for Behat CLI syntax

features/abc/ - skips a directory
features/abc/def.feature - skips a feature
feature/abc/def.feature:12 - skips a scenario from a feature
feature/abc/def.feature:12-28 - skips scenarios defined in given lines from a feature

SpecificationLocator::locateSpecifications() should return SpecificationIterator

SpecificationLocator::locateSpecifications() should return SpecificationIterator but it doesn't.

It still works because \FilterIterator proxies unknown methods to the decorated iterator (which indeed implements SpecificationIterator), but will fail if any other userland code tries to typehint it as SpecificationIterator.

Should SkipExtension be named SkipExtension?

#9 got me thinking and it looks like "Skip" part in SkipExtension might be misleading, as defined features aren't skipped during testing, but excluded from the test suite.

I propose something like ExcludeExtension, although it is still not as specific as I would like it to be (what about ExcludeFeaturesExtension?).

Should we rename it?

How to skip scenarios?

Project description says :

Allows to exclude features or scenarios in Behat tests.

but there is no documentation for how to skip scenarios .

Scanned the code base , but can't find anything related.

Is this actually supported or at the moment only skipping features is supported?

Add '--strict' flag respect

In #8 job with skipped scenario will pass the test(see here) I think it should be configurable with a strict flag to decide if skipped scenarios should fail the whole test.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.