Skip to content

Bump codeceptjs from 2.6.11 to 3.4.0 - #51

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/codeceptjs-3.4.0
Closed

Bump codeceptjs from 2.6.11 to 3.4.0#51
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/codeceptjs-3.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 15, 2023

Copy link
Copy Markdown
Contributor

Bumps codeceptjs from 2.6.11 to 3.4.0.

Changelog

Sourced from codeceptjs's changelog.

3.4.0

  • Updated to latest mocha and modern Cucumber
  • Allure plugin moved to @​codeceptjs/allure-legacy package. This happened because allure-commons package v1 was not updated and caused vulnarabilities. Fixes #3422. We don't plan to maintain allure v2 plugin so it's up to community to take this initiative. Current allure plugin will print a warning message without interfering the run, so it won't accidentally fail your builds.
  • Added ability to retry Before, BeforeSuite, After, AfterSuite hooks by @​davertmik:
Feature('flaky Before & BeforeSuite', { retryBefore: 2, retryBeforeSuite: 3 })
retry: [
  {
    // enable this config only for flaky tests
    grep: '@flaky', 
    Before: 3 // retry Before 3 times
    Scenario: 3 // retry Scenario 3 times
  }, 
  {
    // retry less when running slow tests
    grep: '@slow' 
    Scenario: 1
    Before: 1
  }, {
    // retry all BeforeSuite 3 times
    BeforeSuite: 3
  }
]
timeout: [
  10, // default timeout is 10secs  
  {   // but increase timeout for slow tests
    grep: '@slow',
    Feature: 50
  },
]

3.3.7

🛩️ Features

... (truncated)

Commits
  • da04914 3.4.0 release (#3584)
  • 02af78b fix: inform user when there is no delete request is configured (#3525)
  • c7626b9 Retry befores (#3580)
  • 2092cf7 bump version of @​faker-js/faker used by plugin fakerTransform to latest versi...
  • 7bc422a fix(docs): typo in best practices (#3524)
  • ac92fe5 JsDoc: Remove promise from Actor.say (#3535)
  • 429c609 fix(gpo): codeceptjs config is contaminated when having includes() (#3531)
  • 36a7cd7 fix(playwright): requires param for handleDownloads (#3511)
  • 22bbf28 fix: cannot load wdio helper (#3578)
  • 6e8e171 feat(allure): screen diff block from allure 2 (#3573)
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [codeceptjs](https://github.com/Codeception/codeceptjs) from 2.6.11 to 3.4.0.
- [Release notes](https://github.com/Codeception/codeceptjs/releases)
- [Changelog](https://github.com/codeceptjs/CodeceptJS/blob/3.x/CHANGELOG.md)
- [Commits](codeceptjs/CodeceptJS@2.6.11...3.4.0)

---
updated-dependencies:
- dependency-name: codeceptjs
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 15, 2023
@dependabot @github

dependabot Bot commented on behalf of github Feb 17, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #52.

@dependabot dependabot Bot closed this Feb 17, 2023
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/codeceptjs-3.4.0 branch February 17, 2023 02:58
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