| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Stepler for Codeception is a small extension which enables console step-by-step execution of tests in debugging mode.
In order to use this extenstion you need to add a new dependency to your composer.json file:
{
"require": {
"nicholascus/codeception-stepler": "~0.0.3"
}
}
For step-by-step execution use one of following options:
extensions:
enabled:
- Nicholascus\Codeception\Extensions\SteplerOnce extension is enabled, it will stop test execution in console after each step and wait for Enter to be pressed:
vendor/bin/codecept run --debugextensions:
commands:
- Nicholascus\Codeception\Commands\SteplerOnce command is enabled, it will duplicate run command accepting all the same parameters but also enabling Stepler step-by-step debug execution:
vendor/bin/codecept stepler| Back | FazBrowse Home | New Git URL |