ciaranmcnulty/versionbasedtestskipper

Skip Behat scenarios based on PHP version

0.3 2020-10-08 18:40 UTC

This package is auto-updated.

Last update: 2024-04-18 23:10:00 UTC


README

Build Status

A library for skipping tests based on PHP version in tags

The ultimate aim is to support multiple testing tools, for now just Behat is supported

Installation

composer require --dev ciaranmcnulty/versionbasedtestskipper

Using with Behat

Edit your behat.yml:

default:
  extensions:
    Cjm\Behat\VersionBasedTestSkipperExtension: ~

Use composer-style constraints to tag your scenarios or features:

@php:~7.0.1
Scenario: will only run in PHP 7.0.1 or greater