Files
pbakaus_impeccable/tests/framework-fixtures/nuxt-vite7/fixture.json
T
Paul Bakaus c6ac34b929 Improve Live polling responsiveness and reliability
Restore foreground/background polling as the primary harness architecture, add progressive publication and framework-safe previews, and harden quality and regression coverage. The experimental app-server runtime is intentionally excluded.\n\nPrepared with AI assistance under maintainer direction.
2026-07-15 17:05:30 -07:00

39 lines
1.1 KiB
JSON

{
"name": "Nuxt 4 + Vue 3",
"config": {
"files": ["app/app.vue"],
"insertBefore": "</template>",
"commentSyntax": "html"
},
"sourceFiles": ["app/app.vue", "app/pages/index.vue", "nuxt.config.ts"],
"generatedFiles": [],
"wrapCases": [
{
"name": "wraps hero in pages/index.vue",
"args": { "classes": "hero-title", "tag": "h1" },
"expectedFile": "app/.impeccable-live/wraptest0/manifest.json",
"expectedSourceFile": "app/pages/index.vue",
"expectedPreviewMode": "vue-component"
}
],
"runtime": {
"styling": "vue-scoped-css",
"install": ["npm", "install", "--no-audit", "--no-fund"],
"devCommand": ["npm", "run", "dev"],
"scheme": "http",
"ignoreHTTPSErrors": false,
"readyPattern": "Local:\\s+http://[^:]+:(\\d+)",
"readyTimeoutMs": 120000,
"pickSelector": "h1.hero-title",
"steer": {
"message": "steer-e2e mark hero",
"sourceFile": "app/pages/index.vue",
"expectSelector": "h1.hero-title[data-impeccable-steer=\"e2e\"]"
},
"probe": {
"expectLiveInit": true,
"expectConsoleClean": true
}
}
}