실행 상세
● 종료됨
- 상태
- failed
- 버전
- stg
- 진행
- 1 / 1 (100%)
- 시작 / 종료 (KST)
- 오후 4:10:15 → 오후 4:10:32
통과 0실패 1
TC별 결과
| TC ID | 상태 | 소요(ms) | 메시지 |
|---|---|---|---|
| Automation test | failed | 16743 |
실행 로그
[오후 4:10:15]
[Automation test] playwright test 시작
[오후 4:10:18]
[Automation test] Running 1 test using 1 worker
[오후 4:10:32]
[Automation test] ✘ 1 C:/tmp/maestro-worker/462-Automation test.spec.ts:1231:5 › K-APP STG flow: Client 등록부터 오류패턴 자동분석까지 (15.7s)
1) C:/tmp/maestro-worker/462-Automation test.spec.ts:1231:5 › K-APP STG flow: Client 등록부터 오류패턴 자동분석까지 › Đăng ký Client
Error: expect(locator).toBeHidden() failed
Locator: getByRole('dialog').filter({ hasText: '클라이언트 등록' })
Expected: hidden
Received: visible
Timeout: 5000ms
Call log:
- Expect "toBeHidden" with timeout 5000ms
- waiting for getByRole('dialog').filter({ hasText: '클라이언트 등록' })
14 × locator resolved to <div role="dialog" tabindex="-1" data-state="open" data-slot="dialog-content" id="radix-_R_1lfknmbt5tbb_" aria-labelledby="radix-_R_1lfknmbt5tbbH1_" aria-describedby="radix-_R_1lfknmbt5tbbH2_" class="bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] …>…</div>
- unexpected value "visible"
160 | await this.clientDialog.getByRole('button', { name: '저장', exact: true }).click();
161 |
> 162 | await expect(this.clientDialog).toBeHidden();
| ^
163 | await expect(this.page.getByText(client.name, { exact: true }).first()).toBeVisible();
164 | }
165 |
at InspectionPage.registerClient (/Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/462-Automation test.spec.ts:162:37)
at /Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/462-Automation test.spec.ts:1251:5
at /Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/462-Automation test.spec.ts:1250:3
attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
test-results/462-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/test-failed-1.png
────────────────────────────────────────────────────────────────────────────────────────────────
attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
test-results/462-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/video.webm
────────────────────────────────────────────────────────────────────────────────────────────────
Error Context: test-results/462-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/error-context.md
attachment #4: trace (application/zip) ─────────────────────────────────────────────────────────
test-results/462-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/trace.zip
Usage:
npx playwright show-trace "test-results/462-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/trace.zip"
────────────────────────────────────────────────────────────────────────────────────────────────
1 failed
C:/tmp/maestro-worker/462-Automation test.spec.ts:1231:5 › K-APP STG flow: Client 등록부터 오류패턴 자동분석까지