Codeception Versions Save

Full-stack testing PHP framework

5.1.2

3 weeks ago
  • 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

1 month ago
  • Reimplemented coverage:exclude option for PHPUnit 11 in #6739
  • Improved output of Bootstrap command by @ThomasLandauer in #6735

5.1.0

1 month ago
  • Support PHPUnit 11

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

5.0.13

3 months ago
  • Add actor to Cest tests dataProviders by @weeg in #6696
  • Support symfony 7 by @W0rma in #6723
  • Avoid infinite loop while waiting for all running tests to finish by @MarcelBolten in #6710
  • Add missing "Attribute::IS_REPEATABLE" to DataProvider attribute by @Fahl-Design in #6715
  • Support binary data intest examples by @pongee in #6708
  • Improve rendering of $I->assertThat step by @jtheuerkauf in #6719

5.0.12

5 months ago
  • 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

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Codeception/Codeception/compare/5.0.10...5.0.11

5.0.10

1 year ago
  • 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

1 year ago
  • 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

1 year ago
  • Supports PHPUnit 10

5.0.7

1 year ago
  • 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