Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CircleCI failure in fundamentals__window-size for PR from fork #868

Open
MikeMcC399 opened this issue Mar 4, 2024 · 0 comments
Open

CircleCI failure in fundamentals__window-size for PR from fork #868

MikeMcC399 opened this issue Mar 4, 2024 · 0 comments

Comments

@MikeMcC399
Copy link
Contributor

Issue

- fundamentals__window-size:
requires:
- build
test-command: npm run test:ci:record -- --group $CIRCLE_JOB

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

We cannot uniquely identify this project without this id.

You need to setup this project to record. This will generate a unique projectId.

Alternatively if you omit the --record flag this project will run without recording.

https://on.cypress.io/recording-project-runs

Exited with code exit status 1

https://github.com/cypress-io/cypress-example-recipes/blob/master/examples/fundamentals__window-size/cypress.config.js contains no projectId

Since the CircleCI nightly workflow is successful it seems like the projectID is defined in a CircleCI secret which is not accessible in a Contributor fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant