GitHub

3.2.1

3.2.0

3.1.1

  • Support codeception/lib-innerbrowser v4

3.1.0

  • Use the testing environment file specified in a suite by @barmax in #46
  • Allow to set headers in module configuration by @Naktibalda in #47
  • Remove Laravel6\ExceptionHandlerDecorator by @Naktibalda in #48

2.3.0

3.0.1

  • Minor bug fix: Assign default value to client property by @Naktibalda (#44)

3.0.0

  • Support for Codeception 5
  • Only Laravel 8 is supported

2.2.0

What's Changed

  • PHP 7.4 or higher is required.
  • Update codebase to PHP 7.4 (#36)
  • Update dependencies (#38)

2.1.0

New methods:

  • amActingAs
  • assertAuthenticatedAs
  • assertCredentials
  • assertInvalidCredentials
  • dontSeeInSession
  • dontSeeSessionHasValues
  • enableMiddleware
  • flushSession
  • haveInSession
  • seedDatabase

Non-logical changes:

  • added missing docs and fixed broken links.

This release includes a general refactoring of the code (#30) that makes it easier to navigate and read, especially using an IDE.

See the full list of changes here.

2.0.1

  • fix: uploaded files should have test flag set to true (#26) by @fkupper
  • remove return type of callArtisan (#25) by @fkupper
  • add link to changelog in readme (#24) by @Arhell

Read the original on github.com ↗