실행 상세

● 종료됨
상태
failed
버전
stg
진행
1 / 1 (100%)
시작 / 종료 (KST)
오후 4:50:50오후 4:51:07
통과 0실패 1

TC별 결과

TC ID상태소요(ms)메시지
Automation testfailed16644

실행 로그

[오후 4:50:50]
[Automation test] playwright test 시작
[오후 4:50:53]
[Automation test] 
Running 1 test using 1 worker
[오후 4:51:07]
[Automation test]   ✘  1 C:/tmp/maestro-worker/464-Automation test.spec.ts:1224:5 › K-APP STG flow: Client 등록부터 오류패턴 자동분석까지 (15.6s)


  1) C:/tmp/maestro-worker/464-Automation test.spec.ts:1224: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: '클라이언트 등록' })
        13 × 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"
        - locator resolved to <div role="dialog" tabindex="-1" data-state="closed" 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"


      153 |     await this.clientDialog.getByRole('button', { name: '저장', exact: true }).click();
      154 |
    > 155 |     await expect(this.clientDialog).toBeHidden();
          |                                     ^
      156 |     await expect(this.page.getByText(client.name, { exact: true }).first()).toBeVisible();
      157 |   }
      158 |
        at InspectionPage.registerClient (/Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/464-Automation test.spec.ts:155:37)
        at /Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/464-Automation test.spec.ts:1244:5
        at /Users/gimseungjun/workspaces/QA_Worker_Server/C:/tmp/maestro-worker/464-Automation test.spec.ts:1243:3

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    test-results/464-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    test-results/464-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: test-results/464-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/error-context.md

    attachment #4: trace (application/zip) ─────────────────────────────────────────────────────────
    test-results/464-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/trace.zip
    Usage:

        npx playwright show-trace "test-results/464-Automation test-K-APP-STG-flow-Client-등록부터-오류패턴-자동분석까지/trace.zip"

    ────────────────────────────────────────────────────────────────────────────────────────────────

  1 failed
    C:/tmp/maestro-worker/464-Automation test.spec.ts:1224:5 › K-APP STG flow: Client 등록부터 오류패턴 자동분석까지