Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protractor retry for Allure report #74

Open
Sahithi-B opened this issue Jun 3, 2020 · 0 comments
Open

Protractor retry for Allure report #74

Sahithi-B opened this issue Jun 3, 2020 · 0 comments

Comments

@Sahithi-B
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant