Skip to content

Protractor retry for Allure report #74

@Sahithi-B

Description

@Sahithi-B

Does Protractor-retry supports allure report?
onPrepare() {
browser.manage().timeouts().implicitlyWait(4000);
jasmine.getEnv().addReporter(new AllureReporter({
cleanDestination: true,
resultsDir: './allure-results',
takeScreenshotsOnlyOnFailures: true,
}));
}
When we are using retry it generates an Xml file in allure-results.When we re-run the results are duplicated?
Does this plugin support cucumber?

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