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
Note: specifically wording isn't locked in - use your best judgement, and we will make a proposal to the design team.
Acceptance Criteria
shows warning for malformed packages
shows warning for correctly formatted but incorrect packages (does not comply to API)
ideally each package that is shown as errored, the text should should link to the relevant link on npm, eg npmjs.com/package/<name here>. If this is hard to implement, we can drop this requirement.
update cypress documentation under the "Testing" header on the "Integrating with Third Parties" to show how to use these warnings to debug during framework definition development.
Description
#25780 introduces a public API for CT Framework definitions.
It is possible a third party definition might be invalid or incorrectly identified, either:
cypress-ct-*
but is not intended to be a framework adapterIn these cases, we should show a warning on the onboarding screen using our usual patterns. You probably want to catch or warn here, where we detect the frameworks: https://github.com/cypress-io/cypress/blob/feature/ct-public-api/packages/data-context/src/actions/WizardActions.ts#L169-L176.
Note: specifically wording isn't locked in - use your best judgement, and we will make a proposal to the design team.
Acceptance Criteria
ideally each package that is shown as errored, the text should should link to the relevant link on npm, egnpmjs.com/package/<name here>
. If this is hard to implement, we can drop this requirement.Resources
The text was updated successfully, but these errors were encountered: