2017 © Pedro Peláez
 

library behat-skip-tests

Extension for behat to enable skipping tests without excluding them from the output

image

bex/behat-skip-tests

Extension for behat to enable skipping tests without excluding them from the output

  • Saturday, May 19, 2018
  • by tkotosz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,481 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 7 Versions
  • 394 % Grown

The README.md

Behat-SkipTestsExtension

License Latest Stable Version Scrutinizer Code Quality Build Status Build Status, (*1)

Behat-SkipTestsExtension allows you to skip tests without excluding them from the output., (*2)

Installation

Install by adding to your composer.json:, (*3)

composer require --dev bex/behat-skip-tests

Configuration

Enable the extension in behat.yml like this:, (*4)

default:
  extensions:
    Bex\Behat\SkipTestsExtension: ~

You can disable the scenario skipping like this:, (*5)

default:
  extensions:
    Bex\Behat\SkipTestsExtension:
      skip_scenarios: false

You can disable the feature skipping like this:, (*6)

default:
  extensions:
    Bex\Behat\SkipTestsExtension:
      skip_features: false

You can configure the skip tags like this:, (*7)

default:
  extensions:
    Bex\Behat\SkipTestsExtension:
      skip_tags: ['myawesometag'] # default: ['pending', 'skip']

Usage

Add a skip tag to any scenario to skip all steps within that scenario. By default you can use the @pending or @skip tags to skip a scenario, but you can configure your own skip tags as well (see configuration above)., (*8)

See example in this feature file., (*9)

The Versions

19/05 2018

dev-master

9999999-dev https://github.com/tkotosz/behat-skip-tests

Extension for behat to enable skipping tests without excluding them from the output

  Sources   Download

MIT

The Requires

 

The Development Requires

bdd tdd behat

19/05 2018

1.2.0

1.2.0.0 https://github.com/tkotosz/behat-skip-tests

Extension for behat to enable skipping tests without excluding them from the output

  Sources   Download

MIT

The Requires

 

The Development Requires

bdd tdd behat

19/05 2018

dev-feature/add-support-for-skipping-features

dev-feature/add-support-for-skipping-features https://github.com/tkotosz/behat-skip-tests

Extension for behat to enable skipping tests without excluding them from the output

  Sources   Download

MIT

The Requires

 

The Development Requires

bdd tdd behat

19/05 2018

dev-misc/add-test-for-scenario-with-background

dev-misc/add-test-for-scenario-with-background https://github.com/tkotosz/behat-skip-tests

Extension for behat to enable skipping tests without excluding them from the output

  Sources   Download

MIT

The Requires

 

The Development Requires

bdd tdd behat

19/05 2018

dev-feature/skip-outline-scenarios

dev-feature/skip-outline-scenarios https://github.com/tkotosz/behat-skip-tests

Extension for behat to enable skipping tests without excluding them from the output

  Sources   Download

MIT

The Requires

 

The Development Requires

bdd tdd behat

16/05 2018

1.1.0

1.1.0.0 https://github.com/tkotosz/behat-skip-tests

Extension for behat to enable skipping tests without excluding them from the output

  Sources   Download

MIT

The Requires

 

The Development Requires

bdd tdd behat

09/05 2018

1.0.0

1.0.0.0 https://github.com/tkotosz/behat-skip-tests

Extension for behat to enable skipping tests without excluding them from the output

  Sources   Download

MIT

The Requires

 

The Development Requires

bdd tdd behat