We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc04b8 commit d7dd930Copy full SHA for d7dd930
2 files changed
packages/cypress-plugin-visual-regression-diff/MIGRATION.md
@@ -1,6 +1,8 @@
1
# Migration Guide
2
3
-## Migrating to Cypress 16 (`Cypress.expose` API)
+## 4.0.x -> 4.1.x
4
+
5
+### Migrating to Cypress 16 (`Cypress.expose` API)
6
7
Cypress 16 removes `Cypress.env()` in favor of the new `Cypress.expose()` API (introduced in Cypress 15.10.0).
8
This plugin supports both APIs automatically based on the detected Cypress version:
packages/cypress-plugin-visual-regression-diff/README.md
@@ -241,7 +241,7 @@ export default defineConfig({
241
```
242
243
```ts
244
-// cypress.config.ts (Cypress <15.10, deprecated)
+// cypress.config.ts (Cypress <15.10, deprecated in newer versions)
245
import { defineConfig } from 'cypress';
246
247
export default defineConfig({
0 commit comments