실행 상세
● 종료됨
- 상태
- failed
- 버전
- stg
- 진행
- 1 / 1 (100%)
- 시작 / 종료 (KST)
- 오후 4:54:17 → 오후 4:54:42
통과 0실패 1
TC별 결과
| TC ID | 상태 | 소요(ms) | 메시지 |
|---|---|---|---|
| Automation test | failed | 24591 |
실행 로그
[오후 4:54:17]
[Automation test] playwright test 시작
[오후 4:54:20]
[Automation test] Running 1 test using 1 worker
[오후 4:54:42]
[Automation test] ✘ 1 C:/tmp/maestro-worker/465-Automation test.spec.ts:1233:5 › K-APP STG flow: Client 등록부터 오류패턴 자동분석까지 (23.4s)
1) C:/tmp/maestro-worker/465-Automation test.spec.ts:1233:5 › K-APP STG flow: Client 등록부터 오류패턴 자동분석까지 › Đăng ký 검사 K-APP với 11 mục
Error: expect(locator).toContainText(expected) failed
Locator: getByRole('dialog', { name: '알림' })
Expected substring: "검사 정보가 정상적으로 저장되었습니다."
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for getByRole('dialog', { name: '알림' })
239 |
240 | const successDialog = this.page.getByRole('dialog', { name: '알림' });
> 241 | await expect(successDialog).toContainText('검사 정보가 정상적으로 저장되었습니다.');
| ^
242 | await expect(successDialog).toContainText(`잔여 코인: (-1) ${coinBefore - 1}`);
243 | await successDialog.getByRole('button', { name: '확인', exact: true }).click();
244 |
at InspectionPage.registerKappInspection (/Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/465-Automation test.spec.ts:241:33)
at /Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/465-Automation test.spec.ts:1257:20
at /Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/465-Automation test.spec.ts:1256:3
attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
test-results/465-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/test-failed-1.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
test-results/465-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/video.webm
────────────────────────────────────────────────────────────────────────────────────────────────
Error Context: test-results/465-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/error-context.md
attachment #4: trace (application/zip) ─────────────────────────────────────────────────────────
test-results/465-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/trace.zip
Usage:
npx playwright show-trace "test-results/465-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/trace.zip"
────────────────────────────────────────────────────────────────────────────────────────────────
1 failed
C:/tmp/maestro-worker/465-Automation test.spec.ts:1233:5 › K-APP STG flow: Client 등록부터 오류패턴 자동분석까지