Skip to content

CodeceptJS + Playwright Error: Cannot find module './helper/multiple' #3803

Closed Answered by kobenguyent
clundstedt-m asked this question in Q&A
Discussion options

You must be logged in to vote
  helpers: {
    Playwright: {
      url: 'https://github.com',
      show: false,
      browser: 'chromium',
      waitForNavigation: 'load',
      waitForTimeout: 30_000,
      trace: true,
      keepTraceForPassedTests: true
    },
    CDPHelper: {
      require: './helpers/CDPHelper.ts'
    },
    OpenAI: {
      chunkSize: 8000
    },
    ExpectHelper: {
      require: "codeceptjs-expect"
    },
    REST: {
      endpoint: 'https://reqres.in',
      timeout: 20_000
    },
    AllureHelper: {
      require: './helpers/AllureHelper.ts'
    }
  },
  multiple: {
    profile1: {
      browsers: [
        {
          browser: "chromium",
        }
      ]
    },
  },

I could not trigger t…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@clundstedt-m
Comment options

@kobenguyent
Comment options

@clundstedt-m
Comment options

@kobenguyent
Comment options

Answer selected by clundstedt-m
@clundstedt-m
Comment options

@kobenguyent
Comment options

@clundstedt-m
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants