oss-specs/specs

View on GitHub
features-support/step_definitions/features.js

Summary

Maintainability
C
1 day
Test Coverage

Function exports has 181 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function () {

  this.Given(/^a URL representing a remote Git repo "([^"]*)"$/, function (repoUrl) {
    this.repoUrl = repoUrl;
  });
Severity: Major
Found in features-support/step_definitions/features.js - About 7 hrs to fix

Function switchToDemoBranch has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function switchToDemoBranch(callback) {
    var world = this;
    var burgerMenuId = 'expand-collapse-repository-controls';
    var repositoryCongtrolsId = 'repository-controls';
    var projectShaElId = 'project-commit';
Severity: Minor
Found in features-support/step_definitions/features.js - About 2 hrs to fix

There are no issues that match your filters.

Category
Status