Skip to content

retryFailedStep plugin does not work on CodeceptJS version 2.6.2 #2477

@johnny-gottschalk

Description

@johnny-gottschalk

I would like to use the retryFailed plugin for my automated tests in CodeceptJS 2.6.2.

I have set up the retryFailed plugin in the following way:

retryFailedStep: { enabled: true, minTimeout: 1500, },

When I excute CodeceptJS with:

npx codeceptjs run --plugins retryFailedStep --config=./config/local.config.js

On a Windows Machine. Failing steps are never retried and executed again.

Details

  • CodeceptJS version: 2.6.2
  • NodeJS Version: v12.16.3
  • Operating System: Windows 10
  • webdriverio

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions