init project

This commit is contained in:
root
2026-06-25 19:06:59 -04:00
parent c5dfee6efb
commit 5d017f533a
349 changed files with 31330 additions and 0 deletions
@@ -0,0 +1,86 @@
{
"version": "1.0",
"pixelDiffThreshold": 0.01,
"scenarios": [
{
"id": "VR-001",
"route": "/en",
"viewport": [
1440,
1000
],
"theme": "light",
"state": "homepage-top"
},
{
"id": "VR-002",
"route": "/fr",
"viewport": [
1024,
900
],
"theme": "dark",
"state": "homepage-top"
},
{
"id": "VR-003",
"route": "/ar",
"viewport": [
390,
844
],
"theme": "light",
"state": "homepage-top"
},
{
"id": "VR-004",
"route": "/ar",
"viewport": [
390,
844
],
"theme": "dark",
"state": "drawer-open"
},
{
"id": "VR-005",
"route": "/en",
"viewport": [
390,
844
],
"theme": "light",
"state": "demo-invalid"
},
{
"id": "VR-006",
"route": "/fr",
"viewport": [
768,
1024
],
"theme": "dark",
"state": "tour-step-3"
},
{
"id": "VR-007",
"route": "/ar",
"viewport": [
320,
800
],
"theme": "dark",
"state": "reflow-gate"
},
{
"id": "VR-008",
"route": "/en",
"viewport": [
1440,
1000
],
"theme": "dark",
"state": "pricing-and-final-cta"
}
]
}