전 저장소 리팩터링과 SSOT 정비

This commit is contained in:
Yun Chan 2026-07-15 21:31:30 +09:00
parent 14ecbd4e7d
commit 3dfddcac6f
173 changed files with 19679 additions and 6952 deletions

View file

@ -66,6 +66,9 @@ export default defineConfig({
name: "chromium-single-run",
grep: singleRunPattern,
grepInvert: publicAuthPattern,
// npm run e2e가 이 프로젝트를 fixture 프로젝트 뒤에 workers=1로 실행한다.
// 직접 focused 실행할 때도 npm run e2e:single-run을 사용한다.
fullyParallel: false,
use: {
...devices["Desktop Chrome"],
viewport: { width: 1280, height: 800 },