2017 © Pedro Peláez
 

library exclude-specifications-extension

Allows to exclude features or scenarios in Behat tests.

image

friends-of-behat/exclude-specifications-extension

Allows to exclude features or scenarios in Behat tests.

  • Friday, February 9, 2018
  • by Zales0123
  • Repository
  • 3 Watchers
  • 8 Stars
  • 171 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 3 Versions
  • 74 % Grown

The README.md

Exclude Specifications Extension License Version Build status on Linux Scrutinizer Quality Score

Allows to exclude features or scenarios in Behat tests., (*1)

Usage

  1. Install it:, (*2)

    $ composer require friends-of-behat/exclude-specifications-extension --dev
    
  2. Enable it in your Behat configuration and list features that needs to be excluded:, (*3)

    # behat.yml
    default:
        # ...
        extensions:
            FriendsOfBehat\ExcludeSpecificationsExtension:
               features:
                   - vendor/library/features/feature_to_be_skipped.feature
                   - vendor/library/features/another_feature_to_be_skipped.feature
    
  3. That's it! :tada: Listed features are going to be excluded while executing Behat tests., (*4)

The Versions

09/02 2018

dev-master

9999999-dev

Allows to exclude features or scenarios in Behat tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/02 2018

v0.1.1

0.1.1.0

Allows to exclude features or scenarios in Behat tests.

  Sources   Download

MIT

The Requires

 

The Development Requires

10/07 2017

v0.1.0

0.1.0.0

Allows to exclude features or scenarios in Behat tests.

  Sources   Download

MIT

The Requires

 

The Development Requires