no-response-mate/override-steps-extension

Automatically overrides duplicated steps based on context placement within suites

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/no-response-mate/override-steps-extension

0.1 2024-07-29 14:32 UTC

This package is auto-updated.

Last update: 2025-09-29 03:07:58 UTC


README

Allows ignoring duplicated steps within suite contexts by overriding them based on the contexts order.

Usage

  1. Install it:

    $ composer require no-response-mate/override-steps --dev
  2. Enable it in your Behat configuration:

    # behat.yml
    default:
        # ...
        extensions:
            NoResponseMate\OverrideStepsExtension: ~