-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: adding runnables to protocol #26171
Conversation
24 flaky tests on run #44933 ↗︎
Details:
commands/net_stubbing.cy.ts • 1 flaky test • 5x-driver-firefox
cypress/cypress.cy.js • 3 flaky tests • 5x-driver-firefox
create-from-component.cy.ts • 2 flaky tests • app-e2e
specs_list_latest_runs.cy.ts • 1 flaky test • app-e2e
cypress/cypress.cy.js • 3 flaky tests • 5x-driver-electron
The first 5 flaky specs are shown, see all 11 specs in Cypress Cloud. This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good (with the update from the feature branch)
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Additional details
This PR adds the
runnables
to the protocol.Steps to test
cypress-services
repo and checkoutmschile/protocol/add_runnables
yarn
yarn watch
inpackages/app-capture-protocol
CYPRESS_LOCAL_PROTOCOL_PATH
to the path tocypress-services/packages/app-capture-protocol/dist/index.js
cypress
repo and checkoutmschile/protocol/add_runnables
yarn
cypress run
on a project in record mode withDEBUG
set tocypress:*protocol*
and ensure therunnables
are added to the database.How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?