{ "name": "Vite 8 + React + CSS Modules", "config": { "files": ["index.html"], "insertBefore": "", "commentSyntax": "html" }, "sourceFiles": ["index.html", "src/App.jsx", "src/App.module.css", "src/main.jsx", "vite.config.js"], "generatedFiles": [], "wrapCases": [ { "name": "wraps hero title in source JSX", "args": { "classes": "hero-title", "tag": "h1" }, "expectedFile": "src/App.jsx" } ], "runtime": { "styling": "css-modules", "install": ["npm", "install", "--no-audit", "--no-fund", "--loglevel=error"], "devCommand": ["npx", "vite", "--host", "127.0.0.1"], "readyPattern": "Local:\\s+https?://[^:]+:(\\d+)", "readyTimeoutMs": 120000, "probe": { "expectLiveInit": true, "expectConsoleClean": true } } }