A CYPRESS environment variable will be set to true in child processes where
Cypress runs user code in Node.js. You can now detect that you're running in
Cypress by looking for process.env.CYPRESS. Addresses
#18805.
Bugfixes:
Specs with % in the filename will no longer fail to load and now behave as any
other spec. Fixes
#18871.
When using the Selector Playground, the HTML attribute's value will be wrapped
in double-quotes. Fixes
#1884.
The call count is now shown in the Command Log when using
cy.stub().log(false). Fixes
#18907.
The warning message for retrying connection to a browser has been improved to
indicate when it is still waiting. Fixes
#18644.
Cypress commands that rely on this context now have access to this when
overridden. Fixes #18899.
This version was pushed to npm by emilyrohrbough, a new releaser for cypress since your current version.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.0.0 to 9.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p>
<blockquote>
<h2>9.1.0</h2>
<p><em>Released 11/22/2021</em></p>
<p><strong>Features:</strong></p>
<ul>
<li>A <code>CYPRESS</code> environment variable will be set to true in child processes where
Cypress runs user code in Node.js. You can now detect that you're running in
Cypress by looking for <code>process.env.CYPRESS</code>. Addresses
<a href="https://github.com/cypress-io/cypress/issues/18805">#18805</a>.</li>
</ul>
<p><strong>Bugfixes:</strong></p>
<ul>
<li>Specs with % in the filename will no longer fail to load and now behave as any
other spec. Fixes
<a href="https://github.com/cypress-io/cypress/issues/18871">#18871</a>.</li>
<li>When using the Selector Playground, the HTML attribute's value will be wrapped
in double-quotes. Fixes
<a href="https://github.com/cypress-io/cypress/issues/1884">#1884</a>.</li>
<li>The call count is now shown in the Command Log when using
<code>cy.stub().log(false)</code>. Fixes
<a href="https://github.com/cypress-io/cypress/issues/18907">#18907</a>.</li>
<li>The warning message for retrying connection to a browser has been improved to
indicate when it is still waiting. Fixes
<a href="https://github.com/cypress-io/cypress/issues/18644">#18644</a>.</li>
<li>Cypress commands that rely on <code>this</code> context now have access to <code>this</code> when
overridden. Fixes <a href="https://github.com/cypress-io/cypress/pull/18899">#18899</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cypress-io/cypress/commit/70556a7156ea3f7df7f7940200a0868dbde80c73"><code>70556a7</code></a> Merge branch 'develop' into master</li>
<li><a href="https://github.com/cypress-io/cypress/commit/5dc6c88ed535126e6d2b6452a7ff8e1cd59503a2"><code>5dc6c88</code></a> fix: Allow 'this' to be used in overridden commands (<a href="https://github.com/cypress-io/cypress/issues/18899">#18899</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/2a471d633a7cf5bd94cfa7d876ddb27cc32626d1"><code>2a471d6</code></a> fix(react): link to rerender example (<a href="https://github.com/cypress-io/cypress/issues/19020">#19020</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/a90a7cf097c12c74e25573157431065923f58a5d"><code>a90a7cf</code></a> chore(deps): update dependency aws-sdk to v2.814.0 [security] (<a href="https://github.com/cypress-io/cypress/issues/18948">#18948</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/b7002bfd52b8e9db5b761ec571bba0a0524f3555"><code>b7002bf</code></a> fix: test config overrides leak for .only execution (<a href="https://github.com/cypress-io/cypress/issues/18961">#18961</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/de4fca351b507070723d1e470af518ad1c3b0c8c"><code>de4fca3</code></a> feat: Set CYPRESS=true as env var in child processes where Cypress runs user ...</li>
<li><a href="https://github.com/cypress-io/cypress/commit/f251681b814b102ca374abdef148b777c4e72c67"><code>f251681</code></a> fix: Restore broken gif (<a href="https://github.com/cypress-io/cypress/issues/18987">#18987</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/e4f5b106d49d6ac0857c5fdac886f83b99558c88"><code>e4f5b10</code></a> feat: use hoisted yarn install in binary build (<a href="https://github.com/cypress-io/cypress/issues/17285">#17285</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/2fada98552ce997bc4109672365be25f1dc432fd"><code>2fada98</code></a> chore: release <code>@cypress/vite-dev-server-v2</code>.2.1</li>
<li><a href="https://github.com/cypress-io/cypress/commit/fc6131cb29a9fb3b36e6c2fdf9aa97a9f8456cec"><code>fc6131c</code></a> Merge branch 'master' into develop</li>
<li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.0.0...v9.1.0">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~emilyrohrbough">emilyrohrbough</a>, a new releaser for cypress since your current version.</p>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps cypress from 9.0.0 to 9.1.0.
Release notes
Sourced from cypress's releases.
Commits
70556a7Merge branch 'develop' into master5dc6c88fix: Allow 'this' to be used in overridden commands (#18899)2a471d6fix(react): link to rerender example (#19020)a90a7cfchore(deps): update dependency aws-sdk to v2.814.0 [security] (#18948)b7002bffix: test config overrides leak for .only execution (#18961)de4fca3feat: Set CYPRESS=true as env var in child processes where Cypress runs user ...f251681fix: Restore broken gif (#18987)e4f5b10feat: use hoisted yarn install in binary build (#17285)2fada98chore: release@cypress/vite-dev-server-v2.2.1fc6131cMerge branch 'master' into developMaintainer changes
This version was pushed to npm by emilyrohrbough, a new releaser for cypress since your current version.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsmentioned in commit
93a919cf03