3153d3c095
## 변경사항
- Program.cs: app.UsePathBase('/taxbaik') 제거
- Blazor 컴포넌트: /taxbaik/admin/* → ./* 상대 경로로 변경
- 모든 내부 링크 절대 경로 → 상대 경로로 전환
## 현황
✅ 빌드: 0 오류, 0 경고
✅ 헬스체크: HTTP 200
✅ 로그인 페이지: 로드 정상
❌ 로그인 API: 400 오류 (DB 오류 - 조사 중)
## 다음 단계
- LoginEndpoint에서 발생하는 DB 오류 원인 파악 필요
- Razor Pages 절대 경로도 상대 경로로 변경 (보류 중)
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
33 lines
2.9 KiB
Plaintext
33 lines
2.9 KiB
Plaintext
|
||
Running 5 tests using 5 workers
|
||
|
||
[1A[2K[1/5] [Desktop Chrome] › tests\e2e\admin-smoke.spec.ts:10:7 › admin smoke › @smoke logs in and lands on dashboard without circuit errors
|
||
[1A[2K[2/5] [iPhone 12] › tests\e2e\admin-smoke.spec.ts:10:7 › admin smoke › @smoke logs in and lands on dashboard without circuit errors
|
||
[1A[2K[3/5] [iPad Pro] › tests\e2e\admin-smoke.spec.ts:10:7 › admin smoke › @smoke logs in and lands on dashboard without circuit errors
|
||
[1A[2K[4/5] [Admin Smoke] › tests\e2e\admin-smoke.spec.ts:10:7 › admin smoke › @smoke logs in and lands on dashboard without circuit errors
|
||
[1A[2K[5/5] [Galaxy S9+] › tests\e2e\admin-smoke.spec.ts:10:7 › admin smoke › @smoke logs in and lands on dashboard without circuit errors
|
||
[1A[2K 1) [iPhone 12] › tests\e2e\admin-smoke.spec.ts:10:7 › admin smoke › @smoke logs in and lands on dashboard without circuit errors
|
||
|
||
Error: browserType.launch: Executable doesn't exist at C:\Users\kjh20\AppData\Local\ms-playwright\webkit-2227\Playwright.exe
|
||
╔═════════════════════════════════════════════════════════════════════════╗
|
||
║ Looks like Playwright Test or Playwright was just installed or updated. ║
|
||
║ Please run the following command to download new browsers: ║
|
||
║ ║
|
||
║ npx playwright install ║
|
||
║ ║
|
||
║ <3 Playwright Team ║
|
||
╚═════════════════════════════════════════════════════════════════════════╝
|
||
|
||
attachment #1: trace (application/zip) ─────────────────────────────────────────────────────────
|
||
test-results\admin-smoke-admin-smoke-sm-fb1b2-oard-without-circuit-errors-iPhone-12\trace.zip
|
||
Usage:
|
||
|
||
npx playwright show-trace test-results\admin-smoke-admin-smoke-sm-fb1b2-oard-without-circuit-errors-iPhone-12\trace.zip
|
||
|
||
────────────────────────────────────────────────────────────────────────────────────────────────
|
||
|
||
|
||
[1A[2K 1 failed
|
||
[iPhone 12] › tests\e2e\admin-smoke.spec.ts:10:7 › admin smoke › @smoke logs in and lands on dashboard without circuit errors
|
||
4 passed (13.4m)
|