You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npm test -- --record
> [email protected] test /home/travis/build/bahmutov/cypress-react-unit-test
> cypress run "--record"
You passed the --record flag but did not provide us your Record Key.
You can pass us your Record Key like this:
cypress run --record --key <record_key>
You can also set the key as an environment variable with the name CYPRESS_RECORD_KEY.
https://on.cypress.io/how-do-i-record-runs
npm ERR! Test failed. See above for more details.
The command "npm test -- --record" exited with 1.
Need to show how to pass variable, probably limit to encoded variables on TravisCI
The text was updated successfully, but these errors were encountered:
On many CIs the environment variables are not passed to the forked projects and pull requests. Thus the
npm run test -- --record
fails. Example https://travis-ci.org/bahmutov/cypress-react-unit-test/builds/328887786Need to show how to pass variable, probably limit to encoded variables on TravisCI
The text was updated successfully, but these errors were encountered: