실행 상세

상태
failed
버전
v1.0.7
선택 TC 수
0
시작 시각
2026. 4. 22. 오전 12:39:47
종료 시각
2026. 4. 22. 오전 12:39:51

실행 로그

[오전 12:39:48]
[TC-LOGIN-01] maestro test 시작
[오전 12:39:52]
[TC-LOGIN-01] 
[오전 12:39:52]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\62-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("123"); │
│ 8 |     await page.getByRole("button", { name: /로그인|login|sign in/i }).click();     │
╰─────────────────────────────────────────────────────────────────────────────────────╯