Skip to content
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

Test on multiple browsers #493

Open
JonRonn opened this issue Mar 11, 2025 · 2 comments
Open

Test on multiple browsers #493

JonRonn opened this issue Mar 11, 2025 · 2 comments

Comments

@JonRonn
Copy link

JonRonn commented Mar 11, 2025

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
No

Describe the solution you'd like
A clear and concise description of what you want to happen.
The ability to run through cypress tests multiple times each testing a different browser

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@jennifer-shehane
Copy link
Member

@JonRonn There are some guides for running Cypress on different browsers here: https://docs.cypress.io/app/guides/cross-browser-testing I'm not sure this is specific to the netlify-plugin-cypress repo, so you'd have to specify if it is or not.

@JonRonn
Copy link
Author

JonRonn commented Mar 11, 2025

@JonRonn There are some guides for running Cypress on different browsers here: https://docs.cypress.io/app/guides/cross-browser-testing I'm not sure this is specific to the netlify-plugin-cypress repo, so you'd have to specify if it is or not.

Thanks for the quick reply Jennifer, I understand you can do this in Cypress. That is what I'm trying to emulate with this plugin. I'm not seeing any examples or documentation on how to accomplish this though.

The aim is to do something like this with the plugin:

cypress run --browser chrome
cypress run --browser firefox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants