PHPackages                             uuf6429/behat-breakpoint - 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. uuf6429/behat-breakpoint

ActiveLibrary

uuf6429/behat-breakpoint
========================

✋ Provides various ways to break/block scenarios.

v1.0.0(7y ago)279[2 issues](https://github.com/uuf6429/behat-breakpoint/issues)MITPHPPHP ^5.6 || ^7.0

Since Oct 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/uuf6429/behat-breakpoint)[ Packagist](https://packagist.org/packages/uuf6429/behat-breakpoint)[ RSS](/packages/uuf6429-behat-breakpoint/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

behat-breakpoint
================

[](#behat-breakpoint)

[![Build Status](https://camo.githubusercontent.com/4999895ba5f55ff6dde86b6baa23914a2b0fbd6e7679a4baf96b339a4fdcd796/68747470733a2f2f7472617669732d63692e6f72672f757566363432392f62656861742d627265616b706f696e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/uuf6429/behat-breakpoint)[![Minimum PHP Version](https://camo.githubusercontent.com/64cd6d11cd337f5fd562731b8688b3a29113d4392322729e4de0e4bf687090aa/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545352e36253230253743253743253230253545372e302d3838393242462e737667)](https://php.net/)[![Minimum Behat Version](https://camo.githubusercontent.com/6d4e46771c414bed3d1817ab28ab3468ed3b61ef63c3a9efdf0872e07fd5349f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f62656861742d253545332e302d3042304230412e737667)](http://behat.org/)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://raw.githubusercontent.com/uuf6429/behat-breakpoint/master/LICENSE)[![Coverage](https://camo.githubusercontent.com/89fee8170062218f1b6988536d3b319cfecce5ed1a727ada40ef344286372ee0/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d4265686174427265616b706f696e74266d65747269633d636f766572616765)](https://sonarcloud.io/component_measures?id=BehatBreakpoint&metric=coverage)[![Reliability](https://camo.githubusercontent.com/357b6ea9f036eefef4914508621577137459677b290c1780bc4907abadce3dab/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d4265686174427265616b706f696e74266d65747269633d72656c696162696c6974795f726174696e67)](https://sonarcloud.io/dashboard?id=BehatBreakpoint)[![Packagist](https://camo.githubusercontent.com/74e982d0fd132d6e8730345d9b47aa6ef4b27c1f28ca569dcac3c2f979df08d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f757566363432392f62656861742d627265616b706f696e742e737667)](https://packagist.org/packages/uuf6429/behat-breakpoint)

✋ Provides various ways to break/block scenarios in Behat.

[![screenshots](https://camo.githubusercontent.com/52231a1f3c5fd64b3ba5daff239ebaba5044fb279a846938f72aa5ee28a49b9b/68747470733a2f2f692e696d6775722e636f6d2f4e356f525678702e706e67)](https://camo.githubusercontent.com/52231a1f3c5fd64b3ba5daff239ebaba5044fb279a846938f72aa5ee28a49b9b/68747470733a2f2f692e696d6775722e636f6d2f4e356f525678702e706e67)

Installation
------------

[](#installation)

1. Install with [Composer](https://getcomposer.org/) in your Behat project: ```
    composer require uuf6429/behat-breakpoint
    ```
2. (Optionally) install the context (in your `behat.yml`) so you can use it in your tests: ```
    default:
      extensions:
        Behat\MinkExtension:
    # ...
      suites:
        default:
          paths:
            features: "%paths.base%/features/"
          contexts:
          - Behat\MinkExtension\Context\MinkContext
    # ...
          - uuf6429\BehatBreakpoint\Context           #
