지정판매소 주소·지도 연동과 관련 설정을 반영
지정판매소 등록/수정/목록에 카카오 주소 검색 및 지도 연동 컴포넌트를 적용하고, 관련 모델·SQL 스크립트·테스트 설정을 함께 정리해 기능 동작 기반을 맞췄다. Made-with: Cursor
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = defineConfig({
|
||||
timeout: 60000,
|
||||
|
||||
use: {
|
||||
baseURL: 'http://localhost:8045',
|
||||
baseURL: process.env.PLAYWRIGHT_BASE_URL || 'http://localhost:8045',
|
||||
trace: 'on-first-retry',
|
||||
screenshot: 'only-on-failure',
|
||||
locale: 'ko-KR',
|
||||
|
||||
Reference in New Issue
Block a user