webdriverio/wdio-cucumber-framework

View on GitHub

Showing 6 of 110 total issues

File hooks.spec.js has 570 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import configQPromises from './fixtures/hooks.using.q.promises'
import configNativePromises from './fixtures/hooks.using.native.promises'
import configWDIOCommands from './fixtures/hooks.using.wdio.commands'
import configCustomCommands from './fixtures/hooks.using.custom.commands'
import configAsyncCommands from './fixtures/hooks.using.async.conf'
Severity: Major
Found in test/hooks.spec.js - About 1 day to fix

    File reporter.spec.js has 500 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import sinon from 'sinon'
    import CucumberReporter from '../lib/reporter'
    import { EventEmitter } from 'events'
    
    const gherkinDocEvent = {
    Severity: Minor
    Found in test/reporter.spec.js - About 1 day to fix

      Function handleAfterStep has 63 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          handleAfterStep (uri, feature, scenario, step, result, sourceLocation) {
              let e = 'undefined'
              switch (result.status) {
              case Status.FAILED:
              case Status.UNDEFINED:
      Severity: Major
      Found in lib/reporter.js - About 2 hrs to fix

        Function handleAfterStep has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
        Open

            handleAfterStep (uri, feature, scenario, step, result, sourceLocation) {
                let e = 'undefined'
                switch (result.status) {
                case Status.FAILED:
                case Status.UNDEFINED:
        Severity: Minor
        Found in lib/reporter.js - About 1 hr to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        Function run has 39 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            async run () {
                Cucumber.supportCodeLibraryBuilder.reset(this.cwd)
        
                wrapCommands(global.browser, this.config.beforeCommand, this.config.afterCommand)
        
        
        Severity: Minor
        Found in lib/adapter.js - About 1 hr to fix

          Consider simplifying this complex logical expression.
          Open

                  } else if (target.type === 'ScenarioOutline') {
                      name = target.name || target.text
                      line = sourceLocation.line
          
                      target.examples[0].tableHeader.cells.forEach((header, idx) => {
          Severity: Major
          Found in lib/reporter.js - About 40 mins to fix
            Severity
            Category
            Status
            Source
            Language