Skip to content

Releases: Codeception/robo-paracept

🟢 Robo-Paracept 1.0

20 Jul 15:11
1f3e773
Compare
Choose a tag to compare

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

15 Feb 21:19
Compare
Choose a tag to compare

Release with new PHPUnit support

13 Dec 13:04
3f3b933
Compare
Choose a tag to compare
  • PHPUnit 6.x support in split #45
  • follow symlinks while scanning for tests #44

Minor improvements

06 Oct 15:10
Compare
Choose a tag to compare

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

09 Mar 02:39
Compare
Choose a tag to compare

Robo 1.0 compatibility

03 Feb 19:57
Compare
Choose a tag to compare
  • Robo 1.0 compatibility (Merged #19 , Fixed #16 #17)
  • Support for .feature files in SplitGroups. Merged #23

Support for Robo 0.7-1.0

22 Oct 23:48
Compare
Choose a tag to compare

Fixed using with Robo >= 0.7

PRs merged:

#12
#15

Fixed #14

Codeception v2.2 and Robo 0.7 compat

23 Jul 22:12
Compare
Choose a tag to compare