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
We have two separate projects for the Cypress monorepo in the Cypress Dashboard:
cypress-launchpad - the app, frontend-shared, and launchpad packages report to this project
cypress - all of the other packages report to this project
We should use one project for all of the packages in the Cypress monorepo to keep things consistent and avoid confusion.
Suggested Implementation:
Modify the Cypress configurations of the app, frontend-shared, and launchpad packages to use ypt4pf for the projectId field. This is the project ID for the cypress project in the production dashboard environment.
Note that we will lose some historical data for the tests that run in these packages since they will stop recording in cypress-launchpad and start in cypress. This should only be a problem for a month or two once we've built up flakiness data and other run history.
The text was updated successfully, but these errors were encountered:
We have two separate projects for the Cypress monorepo in the Cypress Dashboard:
cypress-launchpad
- theapp
,frontend-shared
, andlaunchpad
packages report to this projectcypress
- all of the other packages report to this projectWe should use one project for all of the packages in the Cypress monorepo to keep things consistent and avoid confusion.
Suggested Implementation:
Modify the Cypress configurations of the
app
,frontend-shared
, andlaunchpad
packages to useypt4pf
for theprojectId
field. This is the project ID for thecypress
project in the production dashboard environment.Note that we will lose some historical data for the tests that run in these packages since they will stop recording in
cypress-launchpad
and start incypress
. This should only be a problem for a month or two once we've built up flakiness data and other run history.The text was updated successfully, but these errors were encountered: