Skip to content

AndrewGnagy/protractor-xunit-retry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protractor-xunit-retry

Allows re-running of protractor tests based on xunit result files.

Credit to Yahoo Protractor-retry for inspiration. I borrowed several design choices from this repo.

Will re-run tests and modify xunit result files with successes on-the-fly.

Require

var retry = new (require('protractor-xunit-retry'))('./path-to-your-xunit-files');

afterLaunch

In your protractor-config file

afterLaunch: () => {
  retry.afterLaunch(maxRetryAttempts);
}

About

Add retry logic for protractor tests with xunit reports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published