netlify-plugin-cypress
netlify-plugin-cypress copied to clipboard
Runs Cypress end-to-end tests after Netlify builds the site but before it is deployed
**Is your feature request related to a problem? Please describe.** Allow video=false **Describe the solution you'd like** Add video flag to inputs **Additional context** Video processing takes time, and I...
A reopen of #301 (though going to v15 instead of v13 because this is now the most recent version) as folks are still running into this on M1 laptops Original...
**Is your feature request related to a problem? Please describe.** My project uses "Netlify Functions" and these functions need environment variables to work properly. My problem is that the environment...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://togithub.com/cypress-io/cypress) | [`6.9.1` -> `10.11.0`](https://renovatebot.com/diffs/npm/cypress/6.9.1/10.11.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [got](https://togithub.com/sindresorhus/got) | [`10.7.0` -> `12.5.2`](https://renovatebot.com/diffs/npm/got/10.7.0/12.5.2) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [netlify-cli](https://togithub.com/netlify/cli) | [`3.39.4` -> `10.6.2`](https://renovatebot.com/diffs/npm/netlify-cli/3.39.4/10.6.2) | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...
**Is your feature request related to a problem? Please describe.** I wasn't able to add Percy with netlify-plugin-cypress. It runs the default cypress command, and I couldn't find a way...
Hello! We would like to use Netlify's `DEPLOY_URL` environment variable as our Cypress testing URL, as opposed to the hardcoded `DEPLOY_PRIME_URL`. This PR adds a new `deployUrlEnvVar` plugin input, which...
**Is your feature request related to a problem? Please describe.** The port of default webserver that is spun op on postBuild [is hardcoded to 8080](https://github.com/cypress-io/netlify-plugin-cypress/blob/f6a1de885a64a656fecb0a1a77a1506e134e3808/src/onPostBuild.js#L30). The base URL Cypress tests...