-
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
Pass list of detected browsers to plugins file via config object #5067
Comments
5 tasks
cypress-bot
bot
added
stage: work in progress
stage: needs review
The PR code is done & tested, needs review
and removed
stage: work in progress
labels
Aug 30, 2019
cypress-bot
bot
added
stage: work in progress
and removed
stage: needs review
The PR code is done & tested, needs review
labels
Sep 10, 2019
cypress-bot
bot
added
stage: needs review
The PR code is done & tested, needs review
and removed
stage: work in progress
labels
Oct 21, 2019
cypress-bot
bot
added
stage: work in progress
stage: needs review
The PR code is done & tested, needs review
and removed
stage: needs review
The PR code is done & tested, needs review
stage: work in progress
labels
Nov 12, 2019
cypress-bot
bot
added
stage: pending release
and removed
stage: needs review
The PR code is done & tested, needs review
labels
Nov 19, 2019
The code for this is done in cypress-io/cypress#5068, but has yet to be released. |
Released in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently in v3.4.1 we detect browsers on the user's system, then load the
cypress/plugins/index.js
file, but theconfig
object we pass does NOT have the list of browsers. By passing the list of browsers via config we can let the user check if a required browser has been detected for example.Second goal:
allow plugins to return the
config
object with modified browsers list and then use it.The text was updated successfully, but these errors were encountered: