junboV2/常用测试.md

608 B

常用测试

读取迭代故事

.\gradlew test --tests "info.panli.junbo.scrum.StoryExcelDaoTest.testRead"

迭代故事汇总

.\gradlew test --tests "info.panli.junbo.scrum.StoryExcelDaoTest.testReadDeduplicationSplitSummaryWrite"

测试请假、外出

.\gradlew test --tests "info.panli.junbo.attendance.LeaveExcelDaoTest.testRead2LeaveRecord"

测试打卡记录

.\gradlew test --tests "info.panli.junbo.attendance.SignExcelDaoTest.testRead2BoMergeAdjustOver24"

输出考勤结果

.\gradlew test --tests "info.panli.junbo.attendance.AttendanceExcelDaoTest.testGenMergeWrite"