cypress-io / cypress-example-recipes

Various recipes for testing common scenarios with Cypress

Home Page:https://on.cypress.io/examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI: Nightly checks failing with 3rd party library error

MikeMcC399 opened this issue · comments

See https://app.circleci.com/pipelines/github/cypress-io/cypress-example-recipes

DevTools listening on ws://127.0.0.1:33109/devtools/browser/b4de823a-bcc0-405c-b59e-7f0465dc59cb

We've detected that you're using a 3rd party library that is not supported by Cypress: -c

To continue running Cypress, please remove this library or reach out for help migrating.

https://on.cypress.io/unsupported-third-party-library?b=wqfDnQ%3D%3D


/root/app/examples/fundamentals__module-api/e2e-tests.js:57
  .map((oneRun) => oneRun.runs[0])
                              ^

TypeError: Cannot read properties of undefined (reading '0')
    at /root/app/examples/fundamentals__module-api/e2e-tests.js:57:31
    at Array.map (<anonymous>)
    at /root/app/examples/fundamentals__module-api/e2e-tests.js:57:4

Node.js v18.16.0
Command failed with exit code 1 (EPERM): npm run test:ci:record

Exited with code exit status 1