cypress-extends icon indicating copy to clipboard operation
cypress-extends copied to clipboard

Cypress plugin that adds "extends" support to the configuration file

Results 10 cypress-extends issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semantic-release](https://togithub.com/semantic-release/semantic-release) | [`19.0.5` -> `24.1.0`](https://renovatebot.com/diffs/npm/semantic-release/19.0.5/24.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://cypress.io) ([source](https://togithub.com/cypress-io/cypress)) | [`9.7.0` -> `13.13.3`](https://renovatebot.com/diffs/npm/cypress/9.7.0/13.13.3) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

More of a question rather than a bug. With changes in Cypress 10 (switching from .json to .js or .ts configs) could you please explain/update on how do we extend...

Minor suggestion on README.md 🔨

I realize this isn't an issue with this plugin per se, but it is unexpected in what I would think is a common use case. I'm running Cypress in CI,...

When I attempt to place the the `pluginsFile` key/value in the base json file, Cypress looks to the environment specific json for this value, and since it's not there, assumes...

When using the plugin my environment variables are lost, I think because they aren't part of the actual config file, but are added to the config, they aren't included in...

Seems either there is a bug in the plugin or there is an edge case that is not handled. I installed the plugin and did the setup but I have...

Unfortunately, this breaks the order of precedence for how configurations are defined. Here's what Cypress shows: ![Screen Shot 2020-08-20 at 2 49 43 PM](https://user-images.githubusercontent.com/711365/90819043-07908c80-e2f5-11ea-9179-b1762173a48c.png) Normally (without this plugin), I could...