newscoop/JS-Scoopwriter

View on GitHub
protractorConf.js

Summary

Maintainability
A
0 mins
Test Coverage
exports.config = {
    /* modify the following to focus on a specific test */
    specs: ['protractorTests/*Test.js'],
    /* uncomment the following to choose a specific driver *
    capabilities: {
        browserName: 'firefox'
    },
    /* comment the following to iterate faster */
    multiCapabilities: [{
        'browserName': 'chrome'
    }, {
        'browserName': 'firefox'
    }]
    /**/
}