mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 09:40:13 +00:00
ci(e2e): make backend stubs embeddable and keep vitest scoped
The dashboard embed pattern ignores hidden-only dist directories, so the CI backend stub must create visible index.html files. Keep the README in sync and exclude Playwright specs from Vitest so npm run test remains a unit-test command. Co-authored-by: naiba/CloudCode <hi+cloudcode@nai.ba> Co-authored-by: cloudcode <cloudcode@users.noreply.github.com>
This commit is contained in:
co-authored by
naiba/CloudCode
cloudcode
parent
84fac6d653
commit
11e2f2ca80
@@ -7,6 +7,7 @@ export default mergeConfig(
|
||||
defineConfig({
|
||||
test: {
|
||||
environment: "jsdom",
|
||||
exclude: ["tests/e2e/**", "node_modules/**", "dist/**"],
|
||||
globals: true,
|
||||
setupFiles: ["./src/test/setup.ts"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user