adds component explorer
|
After Width: | Height: | Size: 8.6 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
30
test/componentFixtures/component-explorer-diff.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"screenshotDir": ".screenshots",
|
||||
"sessions": [
|
||||
{
|
||||
"name": "current"
|
||||
},
|
||||
{
|
||||
"name": "baseline",
|
||||
"source": {
|
||||
"worktree": {
|
||||
"ref": "HEAD",
|
||||
"install": {
|
||||
"command": "echo 'noop'"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"compare": {
|
||||
"baseline": "baseline",
|
||||
"current": "current"
|
||||
},
|
||||
"vite": {
|
||||
"hmr": {
|
||||
"allowedPaths": [
|
||||
"*.css"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
16
test/componentFixtures/component-explorer.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"screenshotDir": ".screenshots",
|
||||
"sessions": [
|
||||
{
|
||||
"name": "current"
|
||||
}
|
||||
],
|
||||
"viteConfig": "../../build/vite/vite.config.ts",
|
||||
"vite": {
|
||||
"hmr": {
|
||||
"allowedPaths": [
|
||||
"*.css"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||