yahoo / protractor-retry

Use protractor features to automatically re-run failed tests with a specific configurable number of attempts.
MIT License
28 stars 32 forks source link

Protractor retry for Allure report #74

Open Sahithi-B opened 4 years ago

Sahithi-B commented 4 years ago

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?