How to use the protractor-retry.retry.onCleanUp function in protractor-retry

To help you get started, we’ve selected a few protractor-retry examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Activiti / activiti-modeling-app / e2e / config / hooks / on-cleanup.js View on Github external
async function onCleanUp(results) {
    if (process.env.CI) {
        retry.onCleanUp(results);
    }
}
github Alfresco / alfresco-ng2-components / protractor.conf.ts View on Github external
onCleanUp(results) {
        retry.onCleanUp(results);
    },

protractor-retry

module for protractor to automatically re-run failed tests with specific number of attempts

MIT
Latest version published 4 years ago

Package Health Score

45 / 100
Full package analysis