fixture.json

 1{
 2  "name": "Next.js 16 + App Router (Turbopack)",
 3  "config": {
 4    "files": ["app/layout.jsx"],
 5    "insertBefore": "</body>",
 6    "commentSyntax": "jsx"
 7  },
 8  "sourceFiles": ["app/layout.jsx", "app/page.jsx", "next.config.js"],
 9  "generatedFiles": [],
10  "wrapCases": [
11    {
12      "name": "wraps hero title in source JSX page",
13      "args": { "classes": "hero-title", "tag": "h1" },
14      "expectedFile": "app/page.jsx"
15    }
16  ],
17  "runtime": {
18    "styling": "plain-css",
19    "install": ["npm", "install", "--no-audit", "--no-fund", "--loglevel=error"],
20    "devCommand": ["npx", "next", "dev", "--hostname", "127.0.0.1"],
21    "readyPattern": "(?:Local|Network):?\\s+https?://[^:\\s]+:(\\d+)",
22    "readyTimeoutMs": 180000,
23    "probe": {
24      "expectLiveInit": true,
25      "expectConsoleClean": true
26    }
27  }
28}