Skip to content

Bump codeception/codeception from 2.2.3 to 3.0.2#65

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/codeception/codeception-3.0.2
Closed

Bump codeception/codeception from 2.2.3 to 3.0.2#65
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/codeception/codeception-3.0.2

Conversation

@dependabot-preview
Copy link
Contributor

Bumps codeception/codeception from 2.2.3 to 3.0.2.

Changelog

Sourced from codeception/codeception's changelog.

3.0.2

3.0.1

  • Fixed code duplication when building actors. Fixes #5506 #5500
  • Fixed autoloader generation for 3.0 docker images by @​OneEyedSpaceFish
  • Removed hoa/console dependency from codeception/base package.

3.0.0

  • BREAKING Modules removed:
    • Yii1
    • XMLRPC
    • AngularJS
    • Silex
    • Facebook
    • ZF1
  • POSSIBLE BREAKING PHPUnit 8.x support.

Upgrade Notice: If you face issues with conflicting PHPUnit classes or difference in method signatures, lock version for PHPUnit in composer.json: “phpunit/phpunit”:”^7.0.0”

  • BREAKING Multi-session testing disabled by default. Add use \Codeception\Lib\Actor\Shared\Friend; to enable $I->haveFriend.
  • BREAKING [WebDriver] pauseExecution removed in favor of $I->pause()
  • Interactive pause inside tests with $I->pause(); command in debug mode added. Allows to write and debug test in realtime.
  • Introduced Step Decorators - auto-generated actions around module and helper methods. As part of this feature implemented
  • Print artifacts on test failure
  • [REST] Short API responses in debug mode with shortDebugResponse config option. See #5455 by @​sebastianneubert
  • [WebDriver] switchToIFrame allow to locate iframe by CSS/XPath.
  • [PhpBrowser][Frameworks] clickButton throws exception if button is outside form by @​Naktibalda.
  • Updated to PHP 7.3 in Docker container by @​OneEyedSpaceFish
  • Recorder Extension: Added timestamp information with include_microseconds config option. By @​OneEyedSpaceFish.
  • [REST] Fixed sending request with duplicated slash with endpoint + URL. By @​nicholascus
  • [Db] Remove generateWhereClause method from SqlSrv to be compatible with other drivers. By @​Naktibalda
Commits
  • aead7eb Updated changelog and version number
  • 2c3a6c6 Merge branch 'bnpatel1990-3.0' into 3.0
  • 493e317 Fixed Gherkin:toString method
  • 337aa74 Fix Gherkin setup for single run from group file
  • 3df7fc7 Merge pull request #5415 from bbatsche/fix-ftp-directory
  • b0cb697 Merge pull request #5553 from Codeception/issue/5547
  • 183c5d4 [PhpBrowser] Pass file type option to Guzzle if specified (#5550)
  • ba8cf5e Merge pull request #5554 from Codeception/issue/5522
  • 051c3d5 Ability to use a custom cookie domain for code coverage (#5539)
  • 4c6c711 Merge pull request #5498 from DanielRuf/feature/add-no-redirect-composer-install
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [codeception/codeception](https://github.com/Codeception/Codeception) from 2.2.3 to 3.0.2.
- [Release notes](https://github.com/Codeception/Codeception/releases)
- [Changelog](https://github.com/Codeception/Codeception/blob/3.0/CHANGELOG-3.0.md)
- [Commits](Codeception/Codeception@2.2.3...3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 26, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #94.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/codeception/codeception-3.0.2 branch July 18, 2019 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants