Skip to content

[Asking for help] Process are blocking when throw error in scenario with Retry enabled #4358

@Horsty80

Description

@Horsty80

When i run to all test (~70) in 4 workers, at the end, i get stuck with this error message

"after all" hook: codeceptjs.afterSuite in "Homepage feature" in 0ms
  • CodeceptJS version: 3.6.2
  • NodeJS Version: 20
  • playwright: 1.43.0
  • allure-codeceptjs: 2.15.1
  • Configuration file:
    Playwright: {
      url: testConfig.url,
      show: false,
      locale: "en-EN",
      browser: 'chromium',
      chromium: {
        args: ['--auth-server-whitelist=""'],
      },
      ignoreHTTPSErrors: true,
      fullPageScreenshots: true,
      windowSize: '1920x1080',
      waitForAction: 250,
      waitForTimeout: 10000, 
      waitForNavigation: 'load',
      restart: 'context',
      keepCookies: false,
      keepBrowserState: false
    },

I have allready open here #3640 an issue before, but no response and the probleme has gone, but it's here again :'(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions