Skip to content

All the tests will re-run even if a single test failed #87

@rakeshnambiar

Description

@rakeshnambiar

All the tests will re-run even if a single test failed. I am using serenity-js framework [chai assertions].

Configuration:

    onCleanUp: function (results) {
        retry.onCleanUp(results);
    },
    onPrepare: function () {
        retry.onPrepare();
    },
    afterLaunch: function() {
        return retry.afterLaunch(1);
    }

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