실행 상세
- 상태
- failed
- 버전
- v1.0.7
- 선택 TC 수
- 0
- 시작 시각
- 2026. 4. 22. 오전 5:01:09
- 종료 시각
- 2026. 4. 22. 오전 5:01:12
실행 로그
[오전 5:01:10]
[TC-LOGIN-01] maestro test 시작
[오전 5:01:14]
[TC-LOGIN-01]
[오전 5:01:14]stderr
[TC-LOGIN-01] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Dstdout.encoding=UTF-8
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Dstdout.encoding=UTF-8
> Config Section Required
C:\tmp\maestro-worker\72-TC-LOGIN-01.yaml:6
╭──────────────────────────────────────────────────────────────────────────────────────╮
│ 4 | await page.goto("https://snsb3-pm.dev.hbrckorea.com/login"); │
│ 5 | │
│ 6 | await page.getByRole("textbox", { name: /id|아이디|username/i }).fill("hhm"); │
│ ^ │
│ ╭────────────────────────────────────────────────────────────────────╮ │
│ │ Flow files must start with a config section. Eg: │ │
│ │ │ │
│ │ ```yaml │ │
│ │ appId: com.example.app # <-- config section │ │
│ │ --- │ │
│ │ - launchApp │ │
│ │ ``` │ │
│ │ │ │
│ │ > https://docs.maestro.dev/getting-started/writing-your-first-flow │ │
│ ╰────────────────────────────────────────────────────────────────────╯ │
│ 7 | await page.getByRole("textbox", { name: /pw|비밀번호|password/i }).fill("1234"); │
│ 8 | await page.getByRole("button", { name: /로그인|login|sign in/i }).click(); │
╰──────────────────────────────────────────────────────────────────────────────────────╯