Codeception

Full-stack testing PHP framework

MIT License

Downloads
65.4M
Stars
4.7K
Committers
779

Bot releases are hidden (Show)

Codeception - 4.1.23

Published by Naktibalda almost 3 years ago

  • Compatibility with PHP 8.1 (#6252)
  • Added optional value to fail-fast option (#6275) by #Verest
  • Code coverage covers .php files only (#6265)
  • Functions are autoloaded by composer (#6263) by @StuTheWebGuy
  • Fixed broken URL in bootstrap deprecation message by @p810
  • codecept init api adds AsJson decorators to suite configuration (See https://github.com/Codeception/module-rest/releases/tag/1.4.1)
  • Dockerfile upgraded to use xdebug 3.0.4 (#6250) by @PavelBulat
Codeception - Security fix

Published by Naktibalda about 3 years ago

  • Security fix: Disable deserialization of RunProcess class (#6241) reported by @snoopysecurity
Codeception - Security fix

Published by Naktibalda about 3 years ago

  • Security fix: Disable deserialization of RunProcess class (#6241) reported by @snoopysecurity
  • Reduce memory consumption of very large tests (#6230) by @esnelubov
  • Support guzzlehttp/psr7 v2 by @W0rma
  • Fix W3C warning in reports generated by Recorder extension (#6224) by RickR2H
Codeception -

Published by Naktibalda over 3 years ago

  • Fix dry-run compatibility with symfony/console 5.3
  • Coverage: Don't attempt to set cookie domain when it is "localhost" #6210 by @marcovtwout
  • Coverage: Don't attempt to read cookies while an alert is open #6211 by @marcovtwout
Codeception -

Published by Naktibalda over 3 years ago

  • Fix compatibility with PHP 7.0
Codeception -

Published by Naktibalda over 3 years ago

  • Action file generator supports PHP 8 union types
  • Action file generator generates typehints for method parameters
  • Removed dead code related to DataProviderTestSuite
  • Removed documentation related to Cept format
  • Deprecated generate:cept command
  • Documentation improvements
Codeception -

Published by Naktibalda over 3 years ago

  • Fix cleanup of included test directories #6117 by @rolandsaven
  • Clean command will not delete .gitkeep files in _output directory #6118
  • Add line break between opening tag and namespace in generated Cest and Test files #6072
Codeception -

Published by Naktibalda over 3 years ago

  • Fix codecept run suite when suite name matches directory (bug introduced in 4.1.16)
  • codecept run tests is equivalent to codecept run
  • codecept run :filter works without specifying suite #6105
  • codecept run tests:filter works too
Codeception -

Published by Naktibalda over 3 years ago

  • Detect the suite from a test path relative to the current working dir (#6051)
  • GroupManager: Fixed bug introduced in 4.1.15
  • Show location of warning in error message (#6090)
Codeception -

Published by Naktibalda almost 4 years ago

  • GroupManager: Show which group contains a missing file #5938
  • Ignore . namespace in generators when someone pass path as a class name, e.g. ./foo #5818
  • Removed "Running with seed" from CLI report (#6088) by @eXorus
  • Suggest most similar module in missing module exception #6079 by @c33s
Codeception -

Published by Naktibalda almost 4 years ago

  • Improved compatibility logic for Symfony EventDispatcher
Codeception -

Published by Naktibalda almost 4 years ago

  • Gherkin: Fixed loading methods from namespaced helper classes #6057
Codeception -

Published by Naktibalda almost 4 years ago

  • Dependency Injection: Fix PHP types being treated as classes #6031 by @cs278
Codeception - bugfix release

Published by Naktibalda almost 4 years ago

  • Add ServerConstAdapter for phpdotenv v5 #6015 by #retnek
  • Use fully qualified name for class constant defaults #6016 by @lastzero
  • Another patch for class constant default values #6027 by @mwi-gofore
Codeception - PHP 8

Published by Naktibalda almost 4 years ago

  • Support PHP 8 #5999
  • Generate correct default values in Actions files #5999
  • Use sendGet in Api template #5998 by @ThomasLandauer
Codeception -

Published by Naktibalda about 4 years ago

  • Support Covertura code coverage format #5994 by @zachkknowbe4
  • Compatibility with vlucas/phpdotenv v5 #5975 by @johanzandstra
  • Support absolute output dir path on Windows #5966 by @Naktibalda
  • Fix --no-redirect option for run command #5967 by @convenient
  • Code coverage: Don't make request to c3.php if remote=false #5991 by @dereuromark
  • Gherkin: Fail on ambiguous step definition #5866 by @matthiasnoback
  • Removed complicated merge logic for environment configurations #5948 by @Sasti
  • Logger extension: add .log to suite log files #5982 by @varp
Codeception - Compatibility with PHPUnit 9.3

Published by Naktibalda about 4 years ago

  • Compatibility with PhpCodeCoverage 9 and PHPUnit 9.3
  • Show snapshot diff on fail #5930 by @fkupper
  • Ability to store non-json snapshots #5945 by @fkupperr
  • Fixed step decorators in generated configuration file #5936 by @rene-hermenau
  • Fixed single line style dataprovider #5944 by @edno
Codeception - Compatibility with PHPUnit 9.2

Published by Naktibalda over 4 years ago

Codeception - 4.1.5

Published by Naktibalda over 4 years ago

  • Fixed docker images
  • Fixed indentation in generated Actor class, by @cebe
  • Added addToAssertionCount method to AssertionCounter trait, #5918 by @Archanium
Codeception - Another build return type bugfix

Published by Naktibalda over 4 years ago

  • Build: Fix bug with void type not being picked up correctly #5880 by @Jamesking56
  • Test --report flag (the bugfix in phpunit-wrapper library)