Commit Graph
3009 Commits
Author SHA1 Message Date
liumengyi 7f683478c0 * Refactor testcaseModel::getDatatableModules. 2023-09-21 11:20:54 +08:00
liumengyi d0c669d84c * Add unit test of testcaseModel::getStepGroupByIdList. 2023-09-21 10:56:58 +08:00
liumengyi bd2bef8826 * Refactor testcaseModel::getSceneMenu, rename buildMenuQuery to getScenesForMenu, and modify unit test. 2023-09-21 10:29:15 +08:00
liumengyi b9c593569b * Refactor testcaseModel::getSceneGroups, and add its unit test. 2023-09-20 17:29:55 +08:00
liumengyi 3554129025 + Add comment. 2023-09-20 13:48:44 +08:00
liumengyi eddeb33ad4 * Add unit test of testcaseModel::getSceneByID. 2023-09-20 13:46:37 +08:00
liumengyi d627debb85 * Modify unit test yaml in testcase. 2023-09-20 13:34:07 +08:00
liumengyi e0d26d9096 * Add unit test of testcaseModel::getCaseListForXmindExport. 2023-09-20 11:23:46 +08:00
liumengyi 860fcababb * Optimize code for testcase::edit. 2023-09-20 11:09:28 +08:00
liumengyi abec6c079c * Add unit test of testcaseModel::appendCaseFails. 2023-09-20 10:29:34 +08:00
liugang 308147d584 + testcaseModel: add a method to get grouped steps by case id list. 2023-09-19 15:05:15 +08:00
liumengyi d8f112280c * Modify unit test of testcaseModel::update. 2023-09-18 16:02:31 +08:00
liumengyi 9cdffa087d * Modify unit test of testcaseModel::getTestCases. 2023-09-18 15:53:25 +08:00
daitingting 95b9175add * Format codes. 2023-09-18 07:51:34 +00:00
daitingting c5b1e99330 * Init testrun data. 2023-09-18 07:51:05 +00:00
daitingting 34cdb51476 * Adjust the type of param. 2023-09-18 07:23:45 +00:00
daitingting e5e0f79b78 * Add comment for case. 2023-09-18 07:16:57 +00:00
liumengyi ae25af800f * Optimize code. 2023-09-18 15:12:28 +08:00
liumengyi ce9a444691 - Remove the no exist unit test of testcaseModel::getStatus. 2023-09-18 15:09:11 +08:00
liumengyi 007fbeff79 * Modify unit test of testcaseModel::getPairsByProduct. 2023-09-18 14:51:45 +08:00
liumengyi c0a6ac3859 * Modify unit test of testcaseModel::getCaseResultsForExport. 2023-09-18 14:44:47 +08:00
caoyanyi de52e6af24 * Replace saveState to checkAccess. 2023-09-18 14:27:33 +08:00
liumengyi aa9121abd6 * Modify unit test after changing testcaseTest::getByListTest. 2023-09-18 14:16:48 +08:00
liumengyi 1feb0c65ba * Modify unit test of testcaseModel::getBySearch. 2023-09-18 13:57:10 +08:00
liumengyi f623462dca * Modify unit test of testcaseModel::getBySearch. 2023-09-18 13:53:47 +08:00
liumengyi 0f65eb578a * Optimize code. 2023-09-18 13:53:25 +08:00
liumengyi 0e58a360af * Init user table. 2023-09-18 13:53:00 +08:00
daitingting a6cf425cbf * Update expect. 2023-09-18 05:46:05 +00:00
daitingting c17c689c78 * Adjust param of p(). 2023-09-18 05:31:12 +00:00
liumengyi 77f05039e6 * Modify unit test of testcaseModel::getByList. 2023-09-18 13:30:50 +08:00
daitingting 673f8feb09 * Init data before testing. 2023-09-18 05:30:03 +00:00
liumengyi 16237337c8 * Fix error for unit test of testcaseModel::getByAssignedTo. 2023-09-18 11:28:37 +08:00
liumengyi 66486242be * Modify unit test of testcaseModel::getBugs2Link. 2023-09-18 11:21:17 +08:00
liumengyi 27d70e5f55 * Modify unit test of testcase::createScene. 2023-09-18 11:06:49 +08:00
daitingting e98e00e645 * Test updateStep function. 2023-09-18 02:58:25 +00:00
daitingting d31c589f80 * Adjust version. 2023-09-15 03:04:29 +00:00
daitingting 52ac0252a6 * Test unlinkCaseFromTesttask. 2023-09-15 02:45:19 +00:00
daitingting ad183d5005 * Test getCaseResultsForExport. 2023-09-14 09:11:32 +00:00
liugang e1e232d26c * Remove unused parameters when calling the qa::setMenu method because the switcherMenu is implemented by the dropmenu widget now. 2023-09-14 17:00:40 +08:00
daitingting a3b61232f0 * Test getCasesToExport function. 2023-09-14 08:27:29 +00:00
daitingting 99b1909a37 * Remove useless codes. 2023-09-14 06:43:07 +00:00
daitingting 1a7e58e69b * Rename getCaseByProductAndModule to getCaseListForXmindExport and refactor it. 2023-09-14 06:16:32 +00:00
daitingting 444462aeb1 * Rename the getModuleByProductAndModel to getModuleListForXmindExport and refactor it. 2023-09-14 06:08:38 +00:00
liumengyi d8ba5b705f * Refactor testcaseModel::getSceneByProductAndModule and add its unit test. 2023-09-14 13:47:43 +08:00
liumengyi eb8b8a0b03 * Refactor testcaseModel::getStepByProductAandModule, and add its unit test. 2023-09-14 13:33:46 +08:00
daitingting 7f4f385e22 * Delete useless codes. 2023-09-14 03:25:27 +00:00
daitingting 463a134998 * Refactor the getXmindExport function. 2023-09-14 03:24:47 +00:00
liumengyi 1aadb85d69 * Refactor testcaseModel::getXmindConfig, and add its unit test. 2023-09-14 11:04:00 +08:00
daitingting 27867472ab * Refactor the buildSearchForm function. 2023-09-14 02:59:51 +00:00
liumengyi 4b70991a4b * Remove testcaseModel::checkConfigValue, and move it to testcaseZen::buildXmindConfig. 2023-09-14 10:34:00 +08:00