Commit Graph
60 Commits
Author SHA1 Message Date
liumengyi 7d4e9650cb * Refactor testcaseModel::syncCase2Project, and modify its unit test. 2023-09-13 10:23:46 +08:00
daitingting abef23f865 * Refactor getByOpenedBy function. 2023-09-13 02:12:27 +00:00
daitingting 0f09511c19 * Refactor getByStatus function. 2023-09-13 01:38:56 +00:00
liumengyi ff35f2f167 * Rename summary result of testcaseTest::summaryTest. 2023-09-13 09:11:52 +08:00
liumengyi 1d4e6e95cc * Refactor summary, and add its unit test. 2023-09-13 09:10:55 +08:00
liumengyi ab8757fe03 * Refactor testcaseModel::forceNotReview, and modify its unit test. 2023-09-13 08:59:29 +08:00
daitingting c325061f45 * Refactor getBySuite function. 2023-09-12 08:42:13 +00:00
liumengyi 3d57359eb5 * Refactor testcaseModel::importCaseRelatedModules, and add its unit test. 2023-09-12 16:02:10 +08:00
daitingting 761f7fa4e1 * Refactor getMOduleProjectCases. 2023-09-12 06:58:30 +00:00
liumengyi 73795f84c4 * Refactor testcaseModel::checkModuleImported, and add its unit test. 2023-09-12 14:38:15 +08:00
liumengyi 7958bd4f1e * Refactor testcaseModel::getImportFields, and modify its unit test. 2023-09-12 14:05:34 +08:00
liumengyi 302a9f816d * Refactor testcaseModel::createStepsFromBug, and add its unit test. 2023-09-12 13:46:01 +08:00
liumengyi eaa600193c * Refactor testcaseModel::joinStep, and modify its unit test. 2023-09-12 10:56:27 +08:00
liumengyi ed06a2423c * Refactor testcaseModel::batchDelete, and modify its unit test. 2023-09-12 10:48:16 +08:00
liumengyi 8cb70bd7ee * Refactor testcaseModel::getStoryCaseCount, and modify its unit test. 2023-09-12 10:40:21 +08:00
liumengyi 80116d3287 * Refactor testcaseModel::getStoryCases, and modify its unit test. 2023-09-12 10:27:45 +08:00
liumengyi c731e1ee95 * Refactor testcaseModel::getPairsByProduct, and modify its unit test. 2023-09-12 10:17:15 +08:00
liumengyi ac33688ccf * Refactor testcaseModel::saveXmindConfig, and add its unit test. 2023-09-06 13:55:25 +08:00
liumengyi ac8377c841 * Refactor testcase::importToLib, and add testcaseTao::doUpdate, add unit test. 2023-09-06 10:28:11 +08:00
liugang 2c3b897640 + testcase: add script to test the updateScene method. 2023-09-05 15:10:25 +08:00
liugang 60029ff545 * testcase: refactor script to test the createScene method. 2023-09-05 15:10:05 +08:00
liumengyi f5b6ee448f * Remove testcaseModel::importFromLib and its unit test. 2023-09-05 14:36:41 +08:00
liumengyi faf1210a53 * Add testcaseTao::doCreate, testcaseTao::importSteps, testcaseTao::importFiles, add its unit test. 2023-09-05 14:31:15 +08:00
liumengyi c05535976e - Remove testcaseModel::createFromImport and its unit test. 2023-09-04 11:19:03 +08:00
liumengyi 19de252d0a * Refactor show import model, and add testcaseTao::fetchStepsByList and its unit test. 2023-09-04 11:17:30 +08:00
liugang 3a874645b1 + testcase: add script to test the createScene method. 2023-09-01 18:33:22 +08:00
daitingting 7ce574d67b * Get related cases test. 2023-08-31 07:40:46 +00:00
daitingting d38fb07e18 * Add getRelatedStories test. 2023-08-30 09:15:30 +00:00
daitingting f51da6cd09 * 测试获取相关 bug。 2023-08-29 07:59:38 +00:00
daitingting 8b2bd9fedf * Test get cases to link. 2023-08-29 07:34:29 +00:00
liumengyi 187c2f6b4a * Remove testcaseModel::batchUpdate and remove its unit test. 2023-08-29 14:57:35 +08:00
daitingting ec63454e57 * Test review function. 2023-08-29 02:56:38 +00:00
daitingting cea85362f5 * Add linkbugs test. 2023-08-28 06:30:15 +00:00
daitingting 0186766741 * Adjust updatecase2project test. 2023-08-28 05:14:51 +00:00
liumengyi e71f29be32 - Remove testcaseModel::batchCreate and its unit test. 2023-08-28 09:58:58 +08:00
daitingting 89738c828f * Adjust update test. 2023-08-28 01:46:38 +00:00
liugang 950e74aab4 + testcase: add script to test the batchChangeScene method. 2023-08-28 09:20:21 +08:00
liugang aac68155d7 + testcase: add script to test the batchConfirmStoryChange method. 2023-08-28 08:51:23 +08:00
liugang 445dfca780 * testcase: refactor script to test the testcaseTao::fetchBaseInfo method. 2023-08-25 16:44:55 +08:00
liugang b79a54dd8a + testcase: add script to test the testcaseTao::fetchBaseInfo method. 2023-08-25 16:29:44 +08:00
liumengyi 53db67bb31 * Refactor testcaseModel::appendData, and modify its unit test. 2023-08-25 14:27:52 +08:00
liumengyi 7080084e2c * Refactor testcaseModel::getModuleCases, and modify its unit test. 2023-08-25 13:29:24 +08:00
liugang fcde74f3ff * testcase: rename the batchCaseTypeChangeTest method to batchChangeType and refactor it. 2023-08-25 09:58:22 +08:00
liumengyi 06e938a353 * Refactor testcase::getByID, add method of testcaseTao::getSteps, and modify its unit test. 2023-08-25 09:21:59 +08:00
liugang de2e96fb4b * testcase: fix return value. 2023-08-24 17:25:33 +08:00
liugang 1aabfd693c + testcase: add script to test batchChangeSceneModule method. 2023-08-24 17:20:14 +08:00
liugang c76733bc16 + testcase: add script to test batchChangeCaseModule method. 2023-08-24 17:10:59 +08:00
liugang 85803ac7d5 * testcase: refactor the batchChangeModuleTest method and script. 2023-08-24 17:07:17 +08:00
liugang eb15073849 + testcase: add script to test the batchChangeSceneBranch method. 2023-08-24 16:43:47 +08:00
liugang 17c9216b99 + testcase: add script to test the batchChangeCaseBranch method. 2023-08-24 16:43:18 +08:00