juice-shop/juice-shop

View on GitHub
cypress.config.ts

Summary

Maintainability
B
4 hrs
Test Coverage

Function setupNodeEvents has 77 lines of code (exceeds 30 allowed). Consider refactoring.
Open

    setupNodeEvents (on: any) {
      on('before:browser:launch', (browser: any = {}, launchOptions: any) => { // TODO Remove after upgrade to Cypress >=12.5.0 <or> Chrome 119 become available on GitHub Workflows, see https://github.com/cypress-io/cypress-documentation/issues/5479
        if (browser.name === 'chrome' && browser.isHeadless) {
          launchOptions.args = launchOptions.args.map((arg: any) => {
            if (arg === '--headless') {
Severity: Major
Found in cypress.config.ts - About 2 hrs to fix

    Function setupNodeEvents has a Cognitive Complexity of 15 (exceeds 7 allowed). Consider refactoring.
    Open

        setupNodeEvents (on: any) {
          on('before:browser:launch', (browser: any = {}, launchOptions: any) => { // TODO Remove after upgrade to Cypress >=12.5.0 <or> Chrome 119 become available on GitHub Workflows, see https://github.com/cypress-io/cypress-documentation/issues/5479
            if (browser.name === 'chrome' && browser.isHeadless) {
              launchOptions.args = launchOptions.args.map((arg: any) => {
                if (arg === '--headless') {
    Severity: Minor
    Found in cypress.config.ts - 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

    TODO found
    Open

          on('before:browser:launch', (browser: any = {}, launchOptions: any) => { // TODO Remove after upgrade to Cypress >=12.5.0 <or> Chrome 119 become available on GitHub Workflows, see https://github.com/cypress-io/cypress-documentation/issues/5479
    Severity: Minor
    Found in cypress.config.ts by fixme

    There are no issues that match your filters.

    Category
    Status