Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

configuration timeout for a different groups triggers test error

Open
#3,952 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
javascript, node.js
Domain
testing

Research direction

Reproduce the timeout configuration from codecept.config.js, using the default timeout and the @slow group with a Feature timeout. Start by tracing how grouped timeouts interact with browser tracing and verify that the run neither emits the tracing.stop error nor hangs.

Written by the indexing model from the issue text.

Description

stale
What are you trying to achieve?

configuration timeout for a different groups triggers test error and makes codeceptjs hangup.
error:
Error: tracing.stop: Target page, context or browser has been closed

configuration example (in codecept.config.js file)

timeout: [
10, // default timeout is 10secs

// but increase timeout for slow tests
{
grep: '@slow',
Feature: 50
},
]

What do you get instead?

Provide console output if related. Use --verbose mode for more details.

# paste output here

Provide test source code if related

// paste test
Details
  • CodeceptJS version: 3.5.6
  • NodeJS Version: 8.12.0
  • Operating System: Mac,Linux
  • puppeteer || webdriverio || testcafe version (if related)
  • Configuration file:

paste config here

Dominant language
JavaScript
Stars
4.2k
Forks
756
Avg merge
2d 9h
Merged PRs (30d)
16

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from codeceptjs/CodeceptJS

All issues in codeceptjs/CodeceptJS

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.