mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-25 12:52:25 +00:00
22 lines
836 B
JSON
22 lines
836 B
JSON
{
|
|
"baseUrl": "http://localhost:7654",
|
|
"outputDir": "../../docs/images",
|
|
"mockData": {
|
|
"enabled": true,
|
|
"mockDataUrl": "http://localhost:7656",
|
|
"setupScript": "window.localStorage.setItem('use_mock_data', 'true'); window.localStorage.setItem('MOCK_DATA_ENABLED', 'true'); window.localStorage.setItem('mock_enabled', 'true'); window.localStorage.setItem('MOCK_SERVER_URL', 'http://localhost:7656'); console.log('Mock data flags set in localStorage'); if (typeof window !== 'undefined') { window.USE_MOCK_DATA = true; window.MOCK_DATA_ENABLED = true; }"
|
|
},
|
|
"screenshots": [
|
|
{
|
|
"path": "/resources",
|
|
"name": "dashboard",
|
|
"viewportSize": {
|
|
"width": 1440,
|
|
"height": 900
|
|
},
|
|
"waitForSelector": "#root",
|
|
"lightModeOnly": true,
|
|
"waitForTimeout": 5000
|
|
}
|
|
]
|
|
} |