You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirmed, we are experiencing the same issue. We also tried the more explicit retry configs and different combinations
retry: [
{
Scenario: 1,
Feature: 1,
},
{
grep: '@flaky',
Scenario: 3,
Feature: 2,
},
// Typings will be fixed in future version, PR already landed but is not published yet:
// https://github.com/codeceptjs/CodeceptJS/pull/3602
// Should be fixed once 3.4.2+ or 3.5 is published
]
I'm trying to set up a global option to re-run failed tests as written
https://codecept.io/basics/#retry-configuration
When it crashes, tests are not re-executed
framework version "codeceptjs": "^3.4.1"
The text was updated successfully, but these errors were encountered: