Download the PHP package ipeevski/pauseonfail without Composer
On this page you can find all versions of the php package ipeevski/pauseonfail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ipeevski/pauseonfail
More information about ipeevski/pauseonfail
Files in ipeevski/pauseonfail
Download ipeevski/pauseonfail
More information about ipeevski/pauseonfail
Files in ipeevski/pauseonfail
Vendor ipeevski
Package pauseonfail
Short Description Extension for Codeception to Pause on Fail
License MIT
Homepage http://codeception.com/
Package pauseonfail
Short Description Extension for Codeception to Pause on Fail
License MIT
Homepage http://codeception.com/
Please rate this library. Is it a good library?
Informations about the package pauseonfail
Pause On Fail
This repository demonstrates the usage of Codeception Extension API.
Pause on Fail Extension for Codeception
When doing acceptance testing in Codeception, it is often useful to pause when a failure or error occurs, while developing the tests themselves. It lets you inspect the state and find a better way to solve the same problem and continue onwards.
Installation
- Install Codeception via Composer
- Run
composer require --dev ipeevski/pauseonfail. - Include extensions into
codeception.ymlconfiguration:
Sample:
- For the pause to have an effect, you need to run codeception in debugging mode, with the
--debugflag
Pause
Class: Codeception\Extension\PauseOnFail.
If tests run into failure or error, pause and bring up console.
All versions of pauseonfail with dependencies
PHP Build Version
Package Version
No informations.
The package ipeevski/pauseonfail contains the following files
Loading the files please wait ...