{ "name": "Next.js 16 + App Router (Turbopack)", "config": { "files": ["app/layout.jsx"], "insertBefore": "", "commentSyntax": "jsx" }, "sourceFiles": ["app/layout.jsx", "app/page.jsx", "next.config.js"], "generatedFiles": [], "wrapCases": [ { "name": "wraps hero title in source JSX page", "args": { "classes": "hero-title", "tag": "h1" }, "expectedFile": "app/page.jsx" } ], "runtime": { "styling": "plain-css", "install": ["npm", "install", "--no-audit", "--no-fund", "--loglevel=error"], "devCommand": ["npx", "next", "dev", "--hostname", "127.0.0.1"], "readyPattern": "(?:Local|Network):?\\s+https?://[^:\\s]+:(\\d+)", "readyTimeoutMs": 180000, "probe": { "expectLiveInit": true, "expectConsoleClean": true } } }