API 통계 날짜 선택 로직 및 테스트 추가:
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- 최대 40일 범위 제한 및 1년 조회 가능 기간 검증
- Date-range Picker UI 추가 및 서버 동기화 로직 구현
- Controller, DTO 유효성 테스트 및 Playwright 테스트 작성
This commit is contained in:
Rinjae
2026-09-09 16:25:00 +09:00
parent d9373b00f0
commit a310b671e2
13 changed files with 519 additions and 27 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const { defineConfig } = require('@playwright/test');
module.exports = defineConfig({
testDir: __dirname,
testMatch: 'moment-compatibility.spec.js',
testMatch: ['moment-compatibility.spec.js', 'statistics-date-range.spec.js'],
outputDir: '../../../build/playwright',
fullyParallel: true,
workers: 2,