From 872f51c91c5ca474ea792b612050c4307e8b63d5 Mon Sep 17 00:00:00 2001 From: art Date: Tue, 30 Jun 2026 14:29:11 +0900 Subject: [PATCH] =?UTF-8?q?docs(screenshot):=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=20=EA=B3=84=EC=A0=95=20=EC=A0=95=EB=B3=B4=20+=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=20=EC=8B=A4=ED=96=89=20=EB=AA=85=EB=A0=B9=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tester@bibimbap.local / test1234! — seed-dev.sql user3 Co-Authored-By: Claude Sonnet 4.6 (1M context) Claude-Session: https://claude.ai/code/session_0162BaZnrbiYgWc9JJMZ9Czb --- docs/development/screenshot-guide.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/development/screenshot-guide.md b/docs/development/screenshot-guide.md index e0fa93c..7b76700 100644 --- a/docs/development/screenshot-guide.md +++ b/docs/development/screenshot-guide.md @@ -12,6 +12,15 @@ pip3 install playwright # 브라우저 다운로드 불필요 — 로컬 Chrome 사용 ``` +## 테스트 계정 + +| 항목 | 값 | +|---|---| +| 이메일 | `tester@bibimbap.local` | +| 비밀번호 | `test1234!` | + +seed: `db/seed-dev.sql` (tester = user3) + ## 실행 ### 비인증 페이지만 (로그인 불필요) @@ -25,7 +34,7 @@ python3 docs/development/screenshot-guide.py ### 전체 캡처 (로그인 포함 세부 화면) ```bash -SCREENSHOT_EMAIL=user@example.com SCREENSHOT_PASSWORD=yourpw \ +SCREENSHOT_EMAIL=tester@bibimbap.local SCREENSHOT_PASSWORD='test1234!' \ python3 docs/development/screenshot-guide.py ```