On my pipeline I'm using cypress/browsers:node16.18.0-chrome107-ff106-edge and there I'm having error:
Your Record Key XXX...XXX is not valid with this projectId: APARI
Locally when I run npx cy2 run --record --browser chrome --key XXX --parallel --ci-build-id test && set DEBUG=cy2 with provided cy and cy2 version I'm getting error:
```
// Put your logs below this line
Your Record Key XXX...XXX is not valid with this projectId: _____
It may have been recently revoked by you or another user.
Please log into Cypress Cloud to see the valid Record Keys.
```
Before opening, please confirm:
Environment information
Describe the bug
On my pipeline I'm using
cypress/browsers:node16.18.0-chrome107-ff106-edge
and there I'm having error:Your Record Key XXX...XXX is not valid with this projectId: APARI
Locally when I run
npx cy2 run --record --browser chrome --key XXX --parallel --ci-build-id test && set DEBUG=cy2
with provided cy and cy2 version I'm getting error:Expected behavior
-
Command and Setup
npx cy2 run --record --browser chrome --key XXX --parallel --ci-build-id $BITBUCKET_BUILD_NUMBER
Full log and debug output