Commit Graph
837 Commits
Author SHA1 Message Date
liumengyi 7080084e2c * Refactor testcaseModel::getModuleCases, and modify its unit test. 2023-08-25 13:29:24 +08:00
daitingting 751e4f9ffb * Split update function. 2023-08-25 03:35:53 +00:00
liugang 343a158bb9 * testcaseModel: fix error of calling undefined variable. 2023-08-25 09:54:40 +08:00
liugang a5066dcbde * testcaseModel: return false if the $type paramter is empty. 2023-08-25 09:54:16 +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
daitingting 9620c06696 * Split prepareEditExtras funciton. 2023-08-24 09:18:30 +00:00
liugang 9d9e187fe2 * testcaseModel: refactor the batchChangeScene method. 2023-08-24 16:50:07 +08:00
liugang 54673a5105 * testcaseModel: refactor the batchCaseTypeChange method and rename it to batchChangeType. 2023-08-24 16:48:42 +08:00
liugang 9e604f5800 * testcaseModel: refactor the batchChangeModule method. 2023-08-24 16:46:54 +08:00
liugang a0383a91f5 * testcaseModel: if the query string returns empty terminate the function. 2023-08-24 16:39:46 +08:00
liugang a48f4f6f95 * testcaseModel: refactor the batchChangeBranch method. 2023-08-24 16:38:52 +08:00
liumengyi c392edd902 * Optimize code. 2023-08-24 15:36:41 +08:00
liumengyi a1a8d65933 * Refactor testcaseModel::create, and add methods of bugModel::appendSteps and bugTao::insertSteps, and add its unit test. 2023-08-24 14:53:49 +08:00
liugang 52f6ff9451 * testcaseModel: refactor the getByList method. 2023-08-24 13:08:06 +08:00
liugang 8d81651ddb + testcaseModel: add the getScenesByList method. 2023-08-24 11:27:56 +08:00
liugang 491c05871d * testcaseModel: simplify batchReview method. 2023-08-24 09:16:31 +08:00
liugang 285f4746d2 * testcase: refactor the batchDelete methods. 2023-08-23 15:51:49 +08:00
liugang ba5332eed3 * testcase: refactor the batchReview methods. 2023-08-22 15:02:09 +08:00
liugang 8cf2a90f86 * testcaseModel: refactor the getByList method to filter data by query string. 2023-08-22 14:59:52 +08:00
liumengyi 5aecf47958 * Process steps for mindmap. 2023-08-04 10:50:40 +08:00
wangyuting 4eeaa971db * Finish caselib showimport zin page. 2023-08-03 09:16:04 +08:00
liumengyi 6b82e15b13 * Refactor ui of testtask::results and testtask::runCase. 2023-07-26 16:37:29 +08:00
liumengyi ae1b3d1a1a * Show multi-level steps in testcase::view, and modify style. 2023-07-25 18:06:44 +08:00
liumengyi ace05fb8f2 * Add step editor in testcase::edit, and save steps in testcase::create and testcase::edit. 2023-07-25 16:32:25 +08:00
wangyuting c33117f6d6 * Optimize batch actions on testcase browse. 2023-07-21 13:31:50 +08:00
wangyuting bbf7750b19 * Finish buildOperateMenu function. 2023-07-19 10:55:57 +08:00
liumengyi 3737fbe0eb * Optimize code of testcase::create and testcase::edit. 2023-07-17 14:11:15 +08:00
liugang f3a6e23460 - Remove unused code of showBranch. 2023-07-12 13:39:48 +08:00
daitingting d3893e4c5b * Refactor importfromlib view of testcase. 2023-07-08 08:35:17 +00:00
liugang 9a3dd9cb3b * testcaseModel: fix error of query cases which is not a unit test case. 2023-07-07 19:04:23 +08:00
liugang ceeef07f74 * testcaseModel: when the "All" tab is clicked, all cases and scenes are displayed, and when other tabs are clicked, the corresponding cases and the scenes to which the cases belong are displayed. 2023-06-30 14:50:15 +08:00
liugang a2b9d711b4 * testcaseModel: rename $caseIdArr to $caseIdList. 2023-06-30 13:38:51 +08:00
liugang f3ef1d60f1 * testcase: only display automated cases when check the only automated option. 2023-06-30 13:10:51 +08:00
liugang 382d0057fb * testcase: use the $browseType parameter instead of value in cookie. 2023-06-30 11:05:14 +08:00
liugang 93952c9857 * testcaseModel: fix error of check if a testcase can be reviewed. 2023-06-28 16:04:04 +08:00
liugang df75134321 * testcase: change showAutoCase to onlyAutoCase. 2023-06-27 18:46:09 +08:00
daitingting baaee679c0 * Adjust the result for ajax submit. 2023-06-26 01:44:21 +00:00
liumengyi f3aeda8304 * Refactor view of testcase::batchCreate. 2023-06-26 09:07:10 +08:00
daitingting eaa5a6c7da * Refactor batch edit view. 2023-06-25 06:49:14 +00:00
wangyuting 4e840f65e2 * Finish testtask linkcase page. the task #95478. 2023-06-15 19:00:29 +08:00
liugang 7fead7574c + testcaseModel: add code to judge if user can click the confirm change button. 2023-06-15 18:39:55 +08:00
liugang 0ea62dedd0 * testcaseModel: fix bug checking if an action is clickable. 2023-06-15 15:38:20 +08:00
liugang b23fc73d6c + testcaseModel: skip non-existent fields when insert a testcase into database. 2023-06-10 14:48:13 +08:00
wangyuting bf80df98b9 * Finish my testcase page. the task id #94602. 2023-06-10 10:19:52 +08:00
liugang fb544cc6d9 * testcaseModel: refactor the isClickable function. 2023-06-09 09:19:06 +08:00
liugang 3e00a4c9f5 - testcaseModel: remove unused variable. 2023-06-08 14:48:39 +08:00
liugang 58af718497 * testcaseModel: fix error of calling undefined property of an object. 2023-06-07 11:06:05 +08:00
wangyuting 687637779b * Finish testtask browse actions. 2023-06-05 16:06:42 +08:00
wangyuting 61ceccc2d4 * Fix bug in variable name. 2023-06-02 09:30:43 +08:00
wangyuting 335042cc03 * Refactoring the create function of testcases. 2023-06-02 09:24:31 +08:00