Skip to content

Bump codeceptjs from 3.2.1 to 3.2.2

scriptuser requested to merge dependabot-npm_and_yarn-codeceptjs-3.2.2 into master

Bumps codeceptjs from 3.2.1 to 3.2.2.

Changelog

Sourced from codeceptjs's changelog.

3.2.2

  • [Playwright] Reverted removal of retry on context errors. Fixes #3130
  • Timeout improvements by @​nikocanvacom:
    • Added priorites to timeouts
    • Added overrideStepLimits to stepTimeout plugin to override steps timeouts set by limitTime.
    • Fixed step timeout not working due to override by NaN by test timeout #3126
  • [Appium] Fixed logging error when manualStart is true. See #3140 by @​nikocanvacom
Commits
  • 7c66aed Merge branch '3.x' of github.com:codeceptjs/CodeceptJS into 3.x
  • f554472 3.2.2. release
  • a2447b6 updated examples & docs
  • 02dd104 #3140 [BUG] Appium helper logs type error on startup with manualStart: true (...
  • 5b76f72 update changelog links (#3139)
  • 77222fe update bdd.md links (#3137)
  • c05d6c5 update helpers links (#3133)
  • 9f0ca05 Timeout operation priority according to the source (#3127)
  • 4dfb575 Github actions could skip playwright browser download where browser not used ...
  • 2ec6511 Added docs on UnhandledPromiseRejectionWarning
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports