-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
explain how to modify list of browsers in the plugins file #2245
Conversation
Develop Co-authored-by: Gleb Bahmutov <[email protected]> Co-authored-by: Josef Biehler <[email protected]> Co-authored-by: null <[email protected]> Co-authored-by: Aman Bansal <[email protected]>
Develop Co-authored-by: Aman Bansal <[email protected]> Co-authored-by: Ian VanSchooten <[email protected]>
Develop Co-authored-by: Gleb Bahmutov <[email protected]> Co-authored-by: Oak Cooper <[email protected]> Co-authored-by: Andrew Smith <[email protected]> Co-authored-by: Shalini Sreedhar <[email protected]> Co-authored-by: Zach Bloomquist <[email protected]>
Develop Co-authored-by: null <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marjy Guery <[email protected]>
Develop Co-authored-by: Andrew Smith <[email protected]> Co-authored-by: Florian Goussin <[email protected]> Co-authored-by: Mariya Popova <[email protected]> Co-authored-by: null <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Packman <[email protected]>
PRs are only created when other PRs into develop are merged.
Co-Authored-By: Zach Bloomquist <[email protected]>
Master Co-authored-by: Gleb Bahmutov <[email protected]> Co-authored-by: Jennifer Shehane <[email protected]>
Develop Co-authored-by: Andrew Smith <[email protected]>
* add examples to code-coverage * docs: fix typo * docs: fix build errors
This is a great writeup - I have some more places I want to mention this, but I moved this initial full guide into the 'Launching Browsers' guide, where we talk about the available browsers. I think this will be closer to the intent - if someone were looking to change what browsers are launched. Gonna see if I can loop this in to other places in the docs, like the plugins - it's a bit awkward cause it doesn't use the plugin events. 🤔 |
Found it! I knew we have a specific guide showing how to manipulate the config in plugins. https://docs.cypress.io/api/plugins/configuration-api.html |
Super
…Sent from my iPhone
On Nov 14, 2019, at 16:07, Jennifer Shehane ***@***.***> wrote:
Found it! I knew we have a specific guide showing how to manipulate the config in plugins. https://docs.cypress.io/api/plugins/configuration-api.html
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
- reorder configuration api page so that it contains examples and is better readable with multiple examples.
… of launching browsers
…s found - in the Plugins section
I want to update the image of the resolved configuration whenever the PR is definitely merged in 🙃 https://docs.cypress.io/guides/references/configuration.html#Resolved-Configuration |
## Unsupported Browsers | ||
|
||
Many browsers such as Firefox, Safari, and Internet Explorer are not currently supported. Support for more browsers is on our roadmap. You can read an exhaustive explanation about our future cross browser testing strategy {% issue 310 'here' %}. | ||
Many browsers such as Firefox, Safari, and Internet Explorer are not currently supported. While it may be possible to modify the list of browsers found and run Cypress within them - we do not gaurantee full functionality. Support for more browsers is on our roadmap. You can read an exhaustive explanation about our future cross browser testing strategy {% issue 310 'here' %}. |
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.
gaurantee
is an exotic fruit
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.
That's a hard one, gonna add that to the linter 😅
Develop Co-authored-by: Tim Deschryver <[email protected]>
Auto-merge develop to master after successful PR merges into develop
* use reserved "GITHUB_TOKEN" in create pr action * use reserved "GITHUB_TOKEN" in automerge action
related to new feature cypress-io/cypress#5068