PHPackages                             monash/behat-exclude-scenario-name - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. monash/behat-exclude-scenario-name

ActiveLibrary[Testing &amp; Quality](/categories/testing)

monash/behat-exclude-scenario-name
==================================

Allows to exclude scenarios in feature file.

0.0.1(7y ago)044MonashPHPPHP ^7.1

Since Oct 15Pushed 7y agoCompare

[ Source](https://github.com/Narayanabelur/behat-exclude-scenario-name)[ Packagist](https://packagist.org/packages/monash/behat-exclude-scenario-name)[ RSS](/packages/monash-behat-exclude-scenario-name/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (4)Versions (2)Used By (0)

Exclude Scenario Name Extension
-------------------------------

[](#exclude-scenario-name-extension)

Allows to exclude scenarios from a feature file

\##Usage

1. Install plugin:

    ```
    $composer require monash/behat-exclude-scenario-name --dev
    ```
2. Configure the filter in behat.yml file as below: Add the filter under your suite in which you want to exclude scenarios

    ```
    # behat.yml
    default:
        filters:
        exclude-scenario-names:
            - scenario 1
            - scenario 2
            - scenario 3
    ```
3. Add below lines as extension to make it available for Extension manager:

    ```
    # behat.yml
    default:
    ...
        extensions:
            Monash\BehatExcludeScenarioName: ~
    ```

    where, '~' means empty arguments. Scenarios to exclude should be added under 'filters' tag in step 2.
4. That's it, it excludes all the scenarios mentioned under filters:

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2764d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b44ba4914cc222baa3723583ae1127661e983bbc4136521f47031274c94509f?d=identicon)[narayan.belur@gmail.com](/maintainers/narayan.belur@gmail.com)

---

Top Contributors

[![Narayanabelur](https://avatars.githubusercontent.com/u/42557878?v=4)](https://github.com/Narayanabelur "Narayanabelur (9 commits)")

### Embed Badge

![Health badge](/badges/monash-behat-exclude-scenario-name/health.svg)

```
[![Health](https://phpackages.com/badges/monash-behat-exclude-scenario-name/health.svg)](https://phpackages.com/packages/monash-behat-exclude-scenario-name)
```

###  Alternatives

[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M1.9k](/packages/behat-behat)[friends-of-behat/variadic-extension

Variadic support for behat context arguments

2286.0M441](/packages/friends-of-behat-variadic-extension)[drupal/drupal-driver

A collection of reusable Drupal drivers

6715.8M18](/packages/drupal-drupal-driver)[dvdoug/behat-code-coverage

Generate Code Coverage reports for Behat tests

593.6M37](/packages/dvdoug-behat-code-coverage)[wp-cli/wp-cli-tests

WP-CLI testing framework

422.7M87](/packages/wp-cli-wp-cli-tests)[leanphp/behat-code-coverage

Generate Code Coverage reports for Behat tests

50359.8k2](/packages/leanphp-behat-code-coverage)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
