Skip to content

Conversation

@mirao
Copy link
Contributor

@mirao mirao commented Oct 25, 2025

Motivation/Description of the PR

Fixed by CoPilot GPT-4.1.
It fixes both issues mentioned in #4844

  • TypeError: Cannot read properties of undefined (reading 'disableRetryFailedStep')
  • Impossibility to run I method in the interactive mode

I checked that the new test fails as expected against the plugin without the fix.

Applicable helpers:

  • Playwright
  • Puppeteer
  • WebDriver
  • REST
  • FileHelper
  • Appium
  • TestCafe

Applicable plugins:

  • allure
  • autoDelay
  • autoLogin
  • customLocator
  • pauseOnFail
  • coverage
  • retryFailedStep
  • screenshotOnFail
  • selenoid
  • stepByStepReport
  • stepTimeout
  • wdio
  • subtitles

Type of change

  • 🔥 Breaking changes
  • 🚀 New functionality
  • 🐛 Bug fix
  • 🧹 Chore
  • 📋 Documentation changes/updates
  • ♨️ Hot fix
  • 🔨 Markdown files fix - not related to source code
  • 💅 Polish code

Checklist:

  • Tests have been added
  • Documentation has been added (Run npm run docs)
  • Lint checking (Run npm run lint)
  • Local tests are passed (Run npm test)

…ils: TypeError: Chaining cycle detected for promise Fixes codeceptjs#4844)
@kobenguyent kobenguyent changed the base branch from 3.x to 4.x October 29, 2025 06:24
@kobenguyent kobenguyent changed the base branch from 4.x to 3.x October 29, 2025 12:44
@kobenguyent kobenguyent merged commit 2418a1e into codeceptjs:3.x Oct 29, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Shell doesn't work with the plugin "retryFailedStep"

2 participants