fixture.json

 1{
 2  "name": "Astro 6 + Vite 7",
 3  "config": {
 4    "files": ["src/layouts/Layout.astro"],
 5    "insertBefore": "</body>",
 6    "commentSyntax": "html"
 7  },
 8  "sourceFiles": ["src/layouts/Layout.astro", "src/pages/index.astro", "astro.config.mjs"],
 9  "generatedFiles": [],
10  "wrapCases": [
11    {
12      "name": "wraps hero in pages/index.astro",
13      "args": { "classes": "hero-title", "tag": "h1" },
14      "expectedFile": "src/pages/index.astro"
15    }
16  ],
17  "runtime": {
18    "styling": "plain-css",
19    "install": ["npm", "install", "--no-audit", "--no-fund", "--loglevel=error"],
20    "devCommand": ["npx", "astro", "dev", "--host", "127.0.0.1"],
21    "readyPattern": "Local\\s+https?://[^:\\s]+:(\\d+)",
22    "readyTimeoutMs": 180000,
23    "probe": {
24      "expectLiveInit": true,
25      "expectConsoleClean": true
26    }
27  }
28}