Skip to content

Conversation

@mirao
Copy link
Contributor

@mirao mirao commented Oct 25, 2025

Motivation/Description of the PR

Fixed by VSCode's Copilot "Claude Sonnet 4" + "GPT-4.1"
I checked that the newly added test fails as expected when the bug isn't fixed.

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)

@mirao mirao changed the title Fix/global timeout before suite Fix global timeout before suite Oct 25, 2025
@mirao mirao mentioned this pull request Oct 25, 2025
@kobenguyent kobenguyent changed the base branch from 3.x to 4.x October 29, 2025 06:25
@kobenguyent kobenguyent changed the base branch from 4.x to 3.x October 29, 2025 12:45
@kobenguyent kobenguyent merged commit aaf4fef 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.

Global test (scenario) timeout doesn't work if BeforeSuite() in a test is present

2 participants