실행 상세
● 종료됨
- 상태
- failed
- 버전
- stg
- 진행
- 1 / 1 (100%)
- 시작 / 종료 (KST)
- 오후 5:52:36 → 오후 5:52:40
통과 0실패 1
TC별 결과
| TC ID | 상태 | 소요(ms) | 메시지 |
|---|---|---|---|
| Automation test | failed | 3814 |
실행 로그
[오후 5:52:36]
[Automation test] playwright test 시작
[오후 5:52:39]
[Automation test] Running 1 test using 1 worker
[오후 5:52:40]
[Automation test] ✘ 1 C:/tmp/maestro-worker/469-Automation test.spec.ts:1471:5 › K-APP STG long flow: Client 등록부터 Summary/결과지 검증까지 (360ms)
1) C:/tmp/maestro-worker/469-Automation test.spec.ts:1471:5 › K-APP STG long flow: Client 등록부터 Summary/결과지 검증까지
Error: KAPP_USER must be configured in .env
expect(received).toBeTruthy()
Received: undefined
1477 | const username = process.env.KAPP_USER;
1478 | const password = process.env.KAPP_PASSWORD;
> 1479 | expect(username, 'KAPP_USER must be configured in .env').toBeTruthy();
| ^
1480 | expect(password, 'KAPP_PASSWORD must be configured in .env').toBeTruthy();
1481 |
1482 | const { client, inspection } = createFullFlowData();
at /Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/469-Automation test.spec.ts:1479:60
attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
test-results/469-Automation test-K-APP--e4341-lient-등록부터-Summary-결과지-검증까지/test-failed-1.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
test-results/469-Automation test-K-APP--e4341-lient-등록부터-Summary-결과지-검증까지/video.webm
────────────────────────────────────────────────────────────────────────────────────────────────
Error Context: test-results/469-Automation test-K-APP--e4341-lient-등록부터-Summary-결과지-검증까지/error-context.md
attachment #4: trace (application/zip) ─────────────────────────────────────────────────────────
test-results/469-Automation test-K-APP--e4341-lient-등록부터-Summary-결과지-검증까지/trace.zip
Usage:
npx playwright show-trace "test-results/469-Automation test-K-APP--e4341-lient-등록부터-Summary-결과지-검증까지/trace.zip"
────────────────────────────────────────────────────────────────────────────────────────────────
1 failed
C:/tmp/maestro-worker/469-Automation test.spec.ts:1471:5 › K-APP STG long flow: Client 등록부터 Summary/결과지 검증까지