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
composer require --dev ciaranmcnulty/versionbasedtestskipper
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