22 lines
608 B
Markdown
22 lines
608 B
Markdown
# 常用测试
|
|
|
|
## 读取迭代故事
|
|
|
|
.\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"
|