open-design/e2e
PerishFire bbdd4e84b5
chore: enforce test directory conventions (#496)
* chore: enforce test directory conventions

Move package, app, and tool tests out of src and add guard enforcement so source directories stay source-only.

* ci: use guard and package-scoped tests

Run the new repository guard in CI and keep test execution aligned with package-scoped commands after removing root aliases.

* ci: align stable release guard check

Use the new repository guard in stable release verification after replacing the residual-JS-only script.

* chore: tighten test layout enforcement

Enforce sibling tests directories, typecheck moved test suites with dedicated configs, and refresh remaining guidance that pointed at src-based tests.

* chore: clarify no-emit test tsconfigs

Explicitly disable declaration-only emit in test tsconfigs so review tooling sees they are no-emit typecheck configs.
2026-05-05 15:34:22 +08:00
..
cases chore: enforce test directory conventions (#496) 2026-05-05 15:34:22 +08:00
reporters Add shared contracts and migrate project code to TypeScript (#118) 2026-04-30 13:01:15 +08:00
reports chore: enforce test directory conventions (#496) 2026-05-05 15:34:22 +08:00
scripts chore(ci): add GitHub CI workflow (#271) 2026-05-02 16:14:33 +08:00
specs fix(web): keep Design Files view active after deleting a file (#329) 2026-05-03 09:34:17 +08:00
tests fix(web): add copy buttons for FileViewer code blocks (#471) 2026-05-05 09:09:39 +08:00
package.json chore: enforce test directory conventions (#496) 2026-05-05 15:34:22 +08:00
playwright.config.ts Refresh desktop integration control plane (#123) 2026-04-30 14:23:53 +08:00
tsconfig.json Add shared contracts and migrate project code to TypeScript (#118) 2026-04-30 13:01:15 +08:00
vitest.config.ts Align app directories and isolate e2e tests (#102) 2026-04-30 09:47:03 +08:00