API 통계 날짜 선택 로직 및 테스트 추가:
- 최대 40일 범위 제한 및 1년 조회 가능 기간 검증 - Date-range Picker UI 추가 및 서버 동기화 로직 구현 - Controller, DTO 유효성 테스트 및 Playwright 테스트 작성
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user