cloudfoundry/stratos

View on GitHub
src/test-e2e/browserstack-helper.js

Summary

Maintainability
A
1 hr
Test Coverage

Function configure has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  module.exports.configure = function (config) {
    config.seleniumAddress = 'http://hub-cloud.browserstack.com/wd/hub';
    config.capabilities = defaultCapabilities
    config.directConnect = false;
    setCapabilties(config.capabilities);
Severity: Minor
Found in src/test-e2e/browserstack-helper.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status