@chromatic-com/playwright 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/playwright",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Chromatic Visual Regression Testing for Playwright",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"prettier": "prettier"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@chromatic-com/shared-e2e": "
|
|
47
|
+
"@chromatic-com/shared-e2e": "workspace:*",
|
|
48
48
|
"@playwright/test": "^1.39.0",
|
|
49
49
|
"@storybook/types": "^7.0.2",
|
|
50
50
|
"express": "^4.18.2",
|
|
@@ -69,4 +69,4 @@
|
|
|
69
69
|
"@storybook/server-webpack5": "^7.0.0 || ^8.0.x",
|
|
70
70
|
"storybook": "^7.0.0 || ^8.0.x"
|
|
71
71
|
}
|
|
72
|
-
}
|
|
72
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# chromatic-playwright
|
|
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.1
|
|
16
|
-
|
|
17
|
-
### Patch Changes
|
|
18
|
-
|
|
19
|
-
- 59d2b20: remove the iframe currently used to render the snapshot
|
|
20
|
-
|
|
21
|
-
## 0.3.0
|
|
22
|
-
|
|
23
|
-
### Minor Changes
|
|
24
|
-
|
|
25
|
-
- 21b691d: depend on storybook instead of @storybook/cli
|
|
26
|
-
|
|
27
|
-
## 0.2.0
|
|
28
|
-
|
|
29
|
-
### Minor Changes
|
|
30
|
-
|
|
31
|
-
- df06cbe: - introduce `chromatic-playwright` package
|
|
32
|
-
- update function and parameter names: https://github.com/chromaui/chromatic-e2e/pull/58
|
|
33
|
-
- use fullscreen layout for Storybook: https://github.com/chromaui/chromatic-e2e/pull/64
|