2017 © Pedro Peláez
 

library versionbasedtestskipper

Skip Behat scenarios based on PHP version

image

ciaranmcnulty/versionbasedtestskipper

Skip Behat scenarios based on PHP version

  • Sunday, June 5, 2016
  • by ciaranmcnulty
  • Repository
  • 1 Watchers
  • 3 Stars
  • 6,794 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

A library for skipping tests based on PHP version in tags, (*2)

The ultimate aim is to support multiple testing tools, for now just Behat is supported, (*3)

Installation

composer require --dev ciaranmcnulty/versionbasedtestskipper, (*4)

Using with Behat

Edit your behat.yml:, (*5)

default:
  extensions:
    Cjm\Behat\VersionBasedTestSkipperExtension: ~

Use composer-style constraints to tag your scenarios or features:, (*6)

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

The Versions

05/06 2016

dev-master

9999999-dev

Skip Behat scenarios based on PHP version

  Sources   Download

MIT

The Requires

 

The Development Requires

05/06 2016

0.2.1

0.2.1.0

Skip Behat scenarios based on PHP version

  Sources   Download

MIT

The Requires

 

The Development Requires

05/06 2016

0.2

0.2.0.0

Skip Behat scenarios based on PHP version

  Sources   Download

MIT

The Requires

 

The Development Requires

30/05 2016

0.1

0.1.0.0

Skip Behat scenarios based on PHP version

  Sources   Download

MIT

The Requires

 

The Development Requires