Releases: Codeception/robo-paracept
Releases · Codeception/robo-paracept
🟢 Robo-Paracept 1.0
Big day for Robo-Paracept. The first stable version is released!
Changes
- Support for modern PHP 7.3, 7.4, 8.0
- Added support for the latest Robo task runner
- Added Filters to select tests before splitting them
- Added SplitByTime task to use time statistics of previous runs to balance groups of tests. Thanks to @ivan1986
Check the updated Readme 👉 https://github.com/Codeception/robo-paracept
Big thanks to @vansari this project for bringing life to this project! 😘
Resolve dependencies when splitting tests
Release with new PHPUnit support
Minor improvements
- #37 Added
excluePath
option toSplitTestsByGroups
task. By @thejanasatan - #36 Added mergeRewrite to merge reports by @maxgorovenko
- #30 Fixed execute test name from data provider by @ivan1986
Also PHPUnit 6 compatibility can be achieved by including Codeception's autoloader:
require 'vendor/codeception/codeception/autoload.php'
See #35 (comment)
0.3.1: Merge pull request #27 from dhiva/master
Improved HTML report merge #27