-
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
Create a puppeteer plugin #28023
Labels
type: feature
New feature that does not currently exist
Comments
2 tasks
github-project-automation
bot
moved this from Building
to Generally Available
in Cypress App Priorities
Nov 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like?
Create a plugin that makes it easy to interact with the Cypress browser using Puppeteer. The plugin will require separate installation.
Message handlers are defined inside the Cypress config for utilizing Puppeteer like so:
Note that a generic retry function is provided as well.
The message handler is invoked in the spec by specifying the message via the custom
cy.puppeteer()
command:The Cypress app itself should be updated to expect extra tabs and/or windows (any tabs/windows outside the main Cypress tab) being opened.
Why is this needed?
No response
Other
No response
The text was updated successfully, but these errors were encountered: