@chromatic-com/cypress 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chromatic-com/cypress",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Chromatic Visual Regression Testing for Cypress",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"prettier": "prettier"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@chromatic-com/shared-e2e": "
|
|
53
|
+
"@chromatic-com/shared-e2e": "workspace:*",
|
|
54
54
|
"@storybook/types": "^7.0.2",
|
|
55
55
|
"cypress": "^13.4.0",
|
|
56
56
|
"start-server-and-test": "^2.0.3"
|
|
@@ -72,4 +72,4 @@
|
|
|
72
72
|
"@storybook/server-webpack5": "^7.0.0 || ^8.0.x",
|
|
73
73
|
"storybook": "^7.0.0 || ^8.0.x"
|
|
74
74
|
}
|
|
75
|
-
}
|
|
75
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# chromatic-cypress
|
|
2
|
-
|
|
3
|
-
## 0.4.1
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 59c48db: fix asset mapping of link tags
|
|
8
|
-
|
|
9
|
-
## 0.4.0
|
|
10
|
-
|
|
11
|
-
### Minor Changes
|
|
12
|
-
|
|
13
|
-
- 0f7e98f: add exports for the archive storybook scripts so that they can be invoked from the CLI
|
|
14
|
-
|
|
15
|
-
## 0.3.3
|
|
16
|
-
|
|
17
|
-
### Patch Changes
|
|
18
|
-
|
|
19
|
-
- 0e4f2c1: Cypress users must pass `config` to `installPlugin` so we can detect if they are running tests in CI or interactive mode.
|
|
20
|
-
|
|
21
|
-
## 0.3.2
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
24
|
-
|
|
25
|
-
- 4b408a7: Support file included in dist
|
|
26
|
-
|
|
27
|
-
## 0.3.1
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- 59d2b20: remove the iframe currently used to render the snapshot
|
|
32
|
-
|
|
33
|
-
## 0.3.0
|
|
34
|
-
|
|
35
|
-
### Minor Changes
|
|
36
|
-
|
|
37
|
-
- 21b691d: depend on storybook instead of @storybook/cli
|
|
38
|
-
|
|
39
|
-
## 0.2.0
|
|
40
|
-
|
|
41
|
-
### Minor Changes
|
|
42
|
-
|
|
43
|
-
- 0070406: - introduce `chromatic-cypress` package
|
|
44
|
-
- add Chromatic options for Cypress: https://github.com/chromaui/chromatic-e2e/pull/59
|
|
45
|
-
- use fullscreen layout for Storybook: https://github.com/chromaui/chromatic-e2e/pull/64
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
// ***********************************************
|
|
2
|
-
// This example commands.js shows you how to
|
|
3
|
-
// create various custom commands and overwrite
|
|
4
|
-
// existing commands.
|
|
5
|
-
//
|
|
6
|
-
// For more comprehensive examples of custom
|
|
7
|
-
// commands please read more here:
|
|
8
|
-
// https://on.cypress.io/custom-commands
|
|
9
|
-
// ***********************************************
|
|
10
|
-
//
|
|
11
|
-
//
|
|
12
|
-
// -- This is a parent command --
|
|
13
|
-
// Cypress.Commands.add('login', (email, password) => { ... })
|
|
14
|
-
//
|
|
15
|
-
//
|
|
16
|
-
// -- This is a child command --
|
|
17
|
-
// Cypress.Commands.add('drag', { prevSubject: 'element'}, (subject, options) => { ... })
|
|
18
|
-
//
|
|
19
|
-
//
|
|
20
|
-
// -- This is a dual command --
|
|
21
|
-
// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
|
|
22
|
-
//
|
|
23
|
-
//
|
|
24
|
-
// -- This will overwrite an existing command --
|
|
25
|
-
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
// ***********************************************************
|
|
2
|
-
// This example support/e2e.js is processed and
|
|
3
|
-
// loaded automatically before your test files.
|
|
4
|
-
//
|
|
5
|
-
// This is a great place to put global configuration and
|
|
6
|
-
// behavior that modifies Cypress.
|
|
7
|
-
//
|
|
8
|
-
// You can change the location of this file or turn off
|
|
9
|
-
// automatically serving support files with the
|
|
10
|
-
// 'supportFile' configuration option.
|
|
11
|
-
//
|
|
12
|
-
// You can read more here:
|
|
13
|
-
// https://on.cypress.io/configuration
|
|
14
|
-
// ***********************************************************
|
|
15
|
-
|
|
16
|
-
// Import commands.js using ES2015 syntax:
|
|
17
|
-
import './commands';
|
|
18
|
-
import '../../../dist/support';
|
|
19
|
-
|
|
20
|
-
// Alternatively you can use CommonJS syntax:
|
|
21
|
-
// require('./commands')
|