--coverage
, --xml
, --html
options without parameters (Symfony Console 3.3 compatibility).files
section from composer.json
(regression from 2.3.2) to avoid unintentionally loading shim files. Fixes Yii migration issue.saveScreenshot
allows to save screenshots with no name passed in. See #4263 by @eXorusself-update
downloads php5.4 build if php version <7.0. Fixes #4269cleanup: false
.dump
optional if populator
is set. Fixes #4247generate:suite
command to create a directory for the suite. Fixes #4251
codecept run --ext DotReporter
--ext
parameter added to load extensions dynamically.cleanup: false
, populate: false
. Enable them to load dumps between tests.cleanupBefore: 'never'
by @hchonangenerate:phpunit
removed._bootstrap.php
files are disabled by default.actor
replaced with actor_suffix
in global configclass_name
replaced with actor
in suite config