실행 상세
● 종료됨
- 상태
- failed
- 버전
- stg
- 진행
- 1 / 1 (100%)
- 시작 / 종료 (KST)
- 오후 6:55:34 → 오후 6:55:59
통과 0실패 1
TC별 결과
| TC ID | 상태 | 소요(ms) | 메시지 |
|---|---|---|---|
| Automation test | failed | 25060 |
실행 로그
[오후 6:55:34]
[Automation test] playwright test 시작
[오후 6:55:37]
[Automation test] Running 1 test using 1 worker
[오후 6:55:59]
[Automation test] ✘ 1 C:/tmp/maestro-worker/470-Automation test.spec.ts:1485:5 › K-APP STG long flow: Client 등록부터 Summary/결과지 검증까지 (23.8s)
1) C:/tmp/maestro-worker/470-Automation test.spec.ts:1485:5 › K-APP STG long flow: Client 등록부터 Summary/결과지 검증까지 › Tìm kiếm, sửa và xác nhận dữ liệu Client đã cập nhật
Error: expect(locator).toBeVisible() failed
Locator: getByRole('dialog').filter({ has: locator('#tel-0') })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('dialog').filter({ has: locator('#tel-0') })
229 |
230 | const editDialog = this.page.getByRole('dialog').filter({ has: this.page.locator('#tel-0') });
> 231 | await expect(editDialog).toBeVisible();
| ^
232 | await editDialog.locator('#tel-0').fill(update.phone[0]);
233 | await editDialog.locator('#tel-1').fill(update.phone[1]);
234 | await editDialog.locator('#tel-2').fill(update.phone[2]);
at InspectionPage.updateAndVerifyClient (/Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/470-Automation test.spec.ts:231:30)
at /Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/470-Automation test.spec.ts:1520:5
at /Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/470-Automation test.spec.ts:1518:3
attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
test-results/470-Automation test-K-APP--d8bc5-lient-등록부터-Summary-결과지-검증까지/test-failed-1.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
test-results/470-Automation test-K-APP--d8bc5-lient-등록부터-Summary-결과지-검증까지/video.webm
────────────────────────────────────────────────────────────────────────────────────────────────
Error Context: test-results/470-Automation test-K-APP--d8bc5-lient-등록부터-Summary-결과지-검증까지/error-context.md
attachment #4: trace (application/zip) ─────────────────────────────────────────────────────────
test-results/470-Automation test-K-APP--d8bc5-lient-등록부터-Summary-결과지-검증까지/trace.zip
Usage:
npx playwright show-trace "test-results/470-Automation test-K-APP--d8bc5-lient-등록부터-Summary-결과지-검증까지/trace.zip"
────────────────────────────────────────────────────────────────────────────────────────────────
1 failed
C:/tmp/maestro-worker/470-Automation test.spec.ts:1485:5 › K-APP STG long flow: Client 등록부터 Summary/결과지 검증까지