To run the example, make sure that you have an account at https://app.currents.dev (or Sorry Cypress instance).
Update currents.config.js
with the projectId
, recordKey
obtained from a cloud orchestration service. Sorry Cypress users - use the director service URL as cloudServiceUrl
.
npm install
npx cypress-cloud --parallel --record --key your_key --ci-build-id hello-cypress-cloud
npm install
npm run build && npm run start
npx cypress-cloud --parallel --record --key your_key --component --ci-build-id hello-cypress-cloud
Take a look at ./scripts/currents-script.ts
with the record key and the projectId you've obtained from a cloud orchestration service.
npm run cypress:script