Closed MikeMcC399 closed 7 months ago
CI failure is not due to this PR.
It looks like CI is not set up to run without error for a PR from a fork.
Running command: npm run test:ci:record -- --group fundamentals__window-size
> window-size@1.0.0 test:ci:record
> ../../node_modules/.bin/cypress run --record --headless --browser chrome --group fundamentals__window-size
DevTools listening on ws://127.0.0.1:42175/devtools/browser/5c649985-8256-42d8-9337-695c9c749192
Couldn't find tsconfig.json. tsconfig-paths will be skipped
You passed the --record flag but this project has not been setup to record.
This project is missing the projectId inside of: cypress.config.js
@AtofStryker Could you, or somebody else in the Cypress.io team, please review and merge this PR? It's a follow-up to your PR https://github.com/cypress-io/cypress-example-recipes/pull/861. Thanks!
Change
PR #861.