CodeceptJS
CodeceptJS copied to clipboard
Block in Github action
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 https://github.com/codeceptjs/CodeceptJS/issues/3640 an issue before, but no response and the probleme has gone, but it's here again :'(