Skip to content

Retry can't be used with Only #1256

Description

@xMutaGenx

What are you trying to achieve?

Trying to retry a scenario that has .only tag on it

What do you get instead?

The scenario only runs once.

Code:

Feature('Just Testing')

Scenario.only('mytest', (I) => {

    I.amOnPage('/');
    I.wait(10);
    I.see('does not exist');
}).retry(3);
  • CodeceptJS version: 1.4.3
  • NodeJS Version: 8.9.1
  • Operating System: OSX

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions