PackageTrack
Sign in Get early access

codeception/robo-paracept

Codeception Parallel Execution Tasks via Robo Task Runner

3.1.0 3.7M downloads/mo #4736 most downloaded on Packagist Codeception/robo-paracept

What this package is like to depend on

Last release 4 years ago

no release in 18 months

Ships unpredictably

gaps range from 1 weeks to 2.4 years

Most releases are documented

notes for 25 of 29 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

29 releases · first in 2016

0 releases in the last 12 months

see the full history below

Release timeline

29 releases · Jun 2016 to Jan 2023
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 29
  1. 3.1.0 02 Jan 2023
    Release notes

    What's Changed

    Full Changelog: 3.0.0...3.1.0

    Open source →
  2. 3.0.0 13 Nov 2022
    Release notes

    Updated Deps

    robo-paracept 3.0 needs now PHP 8.1, consolidation/robo 4.0, smyfony/finder > 6
    codeception 5.0 is now supported

    Open source →
  3. 2.1.2 02 Jan 2023
    Release notes

    What's Changed

    Full Changelog: 2.1.1...2.1.2

    Open source →
  4. 2.1.1 02 Jan 2023

    Nothing published for this version

  5. 2.1.0 13 Nov 2022
    Release notes

    Upgraded Dependencies
    PHP 8.0 or above is required

    robo-paracept works now with codeception 5 and consolidation/robo 4

    Open source →
  6. 2.0.3 02 Jan 2023
    Release notes

    What's Changed

    Full Changelog: 2.0.2...2.0.3

    Open source →
  7. 2.0.2 17 Dec 2022

    Nothing published for this version

  8. 2.0.1 13 Nov 2022
    Release notes

    @reinholdfuereder : Fix detection of groups for dataprovider tests (#108)
    @vansari : Bugfix/codestyle (#115)

    • Fixing Codestyle
    • added new script 'test' to run all Tests, extends the README.md with steps to contributing
    Open source →
    Release notes
    • Fix bug where leading character was being removed from tests in the reporter instead of leading directory separator
    Open source →
  9. 2.0.0 12 Jan 2022
    Release notes

    robo-paracept 2.0 is now released

    • support for PHP 7.4 , 8.0, 8.1
    • refactorings

    Thanks to @DavertMik and @TavoNiievez for their contributions.

    Open source →
  10. 1.3.3 02 Jan 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.3.2...1.3.3

    Open source →
  11. 1.3.2 13 Nov 2022

    Nothing published for this version

  12. 1.3.1 18 Dec 2021
    Release notes
    • Loading default Codeception config to detect the main directory path
    • Show warning if Codeception config was not loaded
    Open source →
  13. 1.3.0 18 Dec 2021
    Release notes
    • Load PHPUnit bridge of Codeception before splitting tests
    • All Split* to return result objects (readme updated)
    • Warn if root directory for Codeception is not set when splitting by groups
    • Improved matching groups by using GroupManager

    See #96

    Open source →
  14. 1.2.4 29 Oct 2021
    Release notes

    If one of the html reports wasn't created by a parallel job the merger will not longer throw an exception. The Merger will show a warning that an expected html report wasn't found.

    Open source →
  15. 1.2.3 16 Sep 2021
    Release notes

    Fix the issue that an exception is thrown if a xml report does not exists.

    Open source →
  16. 1.2.2 06 Sep 2021
    Release notes

    Fix #31

    Open source →
  17. 1.2.1 11 Aug 2021
    Release notes

    Pull Request: #82

    Calculation number of tests in groups in class TestsSplitterTask did not work as expected. If you have a high number of Tests it was possible that the last group received a huge number of tests while all others had a stable small number of tests.

    • Fixing calculation number of tests in Groups
    • Using PHP Built In round() instead of floor()
    Open source →
  18. 1.2.0 06 Aug 2021
    Release notes
    • Bugfix for extension FailedTestsReporter and new FailedTestsMergerTask #75

      • generated Files will not be overwriten anymore
      • each generated File has now a uniqid-suffix (PHP Function uniqid('', true))
      • merge generated report files from FailedTestsReporter into single file
      • posibility to merge also another files into a single file
    • Bugfix src/Splitter/TestsSplitter.php::testsFrom #78 @ccsuperstar

      • revert string type hint and allow array or string again
    Open source →
  19. 1.1.1 26 Jul 2021
    Release notes
    • Fixed return type declaraton #68
    Open source →
  20. 1.1.0 25 Jul 2021
    Release notes
    • SplitFailedTests task added to split by groups failed tests only #65
    • Fixed return type in taskSplitTestFilesByGroups #62
    Open source →
  21. 1.0.0 20 Jul 2021
    Release notes

    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
    Open source →
  22. 0.4.2 15 Feb 2019
    Release notes Open source →
  23. 0.4.1 13 Dec 2018
    Release notes
    • PHPUnit 6.x support in split #45
    • follow symlinks while scanning for tests #44
    Open source →
  24. 0.4.0 06 Oct 2017
    Release notes

    Also PHPUnit 6 compatibility can be achieved by including Codeception's autoloader:

    require  'vendor/codeception/codeception/autoload.php'
    

    See #35 (comment)

    Open source →
  25. 0.3.1 09 Mar 2017

    Nothing published for this version

  26. 0.3.0 03 Feb 2017
    Release notes
    • Robo 1.0 compatibility (Merged #19 , Fixed #16 #17)
    • Support for .feature files in SplitGroups. Merged #23
    Open source →
  27. 0.2.0 22 Oct 2016
    Release notes

    Fixed using with Robo >= 0.7

    Open source →
  28. 0.1.1 23 Jul 2016
    Release notes

    Reference

    https://codeception.com/docs/12-ParallelExecution#Robo

    Open source →
  29. 0.1.0 29 Jun 2016
    Release notes

    To be compatible with codeception 2.2.2

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive