Skip to content

Releases: Codeception/Codeception

5.1.2

07 Mar 07:22
Compare
Choose a tag to compare
  • Prevent unrelated error from being displayed if a scenario step has failed by @craig-mcmahon in #6743
  • Replace Laravel5 with Laravel module in module installation suggestion by @W0rma in #6742

5.1.1

23 Feb 21:53
Compare
Choose a tag to compare
  • Reimplemented coverage:exclude option for PHPUnit 11 in #6739
  • Improved output of Bootstrap command by @ThomasLandauer in #6735

5.1.0

04 Feb 13:52
Compare
Choose a tag to compare
  • Support PHPUnit 11

Note: PHPUnit 11 does not support excluding files from code coverage report

5.0.13

22 Dec 19:46
Compare
Choose a tag to compare

5.0.12

15 Oct 18:28
Compare
Choose a tag to compare
  • Wait for all tests to finish before accessing the serialized test results by @MarcelBolten in #6702
  • Updated Support Ukraine link in version string

5.0.11

22 Aug 06:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.10...5.0.11

5.0.10

14 Mar 07:27
Compare
Choose a tag to compare
  • JUnitReporter: Fixed compatibility with PHPUnit 10.0.16 #6656
  • Recorder extension: Fixed type error #6643 by @thomashohn
  • Validate test filter pattern without warning #6641 by @dmitryuk

5.0.9

11 Feb 14:42
Compare
Choose a tag to compare
  • JUnitReporter: Do not set 'useless' testsuite attribute in strict mode #6635 by @gileri
  • Fixed static $defaultName deprecated in _completion command #6633 by @dmitryuk
  • Replaced object property assertions removed from PHPUnit 10

5.0.8

03 Feb 21:58
Compare
Choose a tag to compare
  • Supports PHPUnit 10

5.0.7

14 Jan 20:06
Compare
Choose a tag to compare
  • Disabled phpcs checks in generated action files #6621
  • $I->wantTo() no longer changes test title at runtime #6622
  • Display correct failed step when failures and errors happened during test run #6623
  • Fixed indentation of step_decorators in config files generated by bootstrap #6624
  • Enabled Conditional, Retry and tryTo decorators in acceptance suite generated by bootstrap #6624
  • Improved handling of anonymous classes in parser #6626