Commit Graph
61 Commits
Author SHA1 Message Date
liumengyi bd2bef8826 * Refactor testcaseModel::getSceneMenu, rename buildMenuQuery to getScenesForMenu, and modify unit test. 2023-09-21 10:29:15 +08: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 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
daitingting 463a134998 * Refactor the getXmindExport function. 2023-09-14 03:24:47 +00: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
daitingting 6c01129b64 * Refactor getTestCases function.
* Split getNeedConfirmList function.
2023-09-12 02:37:53 +00:00
daitingting 12581f816c * Adjust codes. 2023-09-07 09:21:14 +00:00
daitingting 191e44ae1f * Refactor the fetchByJSON function. 2023-09-07 01:55:33 +00:00
daitingting 27c43f24b5 * Refactor fetchByXML function. 2023-09-07 01:28:44 +00:00
daitingting fb45553ec2 * Rename pId to pID. 2023-09-07 00:45:35 +00: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
daitingting f19fca92f3 * Refactor the importXmind fucntion.
* Move fetchByXml and fetchByJson function to zen.
2023-09-05 08:51:33 +00:00
liumengyi 09e1edaf64 * Refactor testcase::importFromLib. 2023-09-05 14:33:10 +08:00
liugang 4354d9df2e + testcase: add method to assign variables of edit a scene. 2023-09-05 11:28:05 +08:00
liugang a05bfb54f9 * testcase: refactor the method to assign variables of create a scene. 2023-09-05 11:27:39 +08:00
daitingting fe35b9b301 * Add return type. 2023-09-05 01:56:54 +00:00
daitingting 5daecc2c09 * Refactor the exporxmind function. 2023-09-05 01:35:57 +00:00
liugang 55c6c5daad * testcase: refactor the method to assign scenes and cases for browse page. 2023-09-05 08:53:19 +08:00
liugang 253df95277 * testcase: rename the buildCaseForCase method to buildCaseForCreate. 2023-09-04 13:38:38 +08:00
liugang eb1624bc48 Revert "* testcase: rename method buildCaseForCase to buildCaseForCreate."
This reverts commit e836b9fd1c.
2023-09-04 13:37:40 +08:00
liugang e836b9fd1c * testcase: rename method buildCaseForCase to buildCaseForCreate. 2023-09-04 13:33:55 +08:00
liumengyi 19de252d0a * Refactor show import model, and add testcaseTao::fetchStepsByList and its unit test. 2023-09-04 11:17:30 +08:00
daitingting 3b2115ae80 * Refactor the getStatus function. 2023-09-01 09:39:53 +00:00
daitingting acddaed1d0 * Remove useless function.
* Rename forceNotReview to needReview.
2023-09-01 03:25:55 +00:00
tianshujie 6514d6e830 * Refactor getBranchByProduct method. 2023-09-01 11:23:20 +08:00
liumengyi 9b054b85d5 * Refactor testcase::showImport. 2023-08-31 15:35:29 +08:00
daitingting 4c69c12656 * Refactor the export template function. 2023-08-31 06:17:35 +00:00
daitingting fb131b63cc * Adjust codes. 2023-08-30 08:48:51 +00:00
daitingting 9c3fa7bd75 * Adjust codes. 2023-08-30 07:06:04 +00:00
liumengyi 1f7d0c5ebf * Refactor testcase::import. 2023-08-30 14:59:46 +08:00
daitingting e6da255b59 * Adjust codes. 2023-08-30 06:52:16 +00:00
daitingting 177bd9411c * Split functions. 2023-08-30 06:50:01 +00:00
liumengyi 3dc7df86a6 * Fix error of testcase::edit. 2023-08-30 13:56:43 +08:00
liumengyi de41c5472b * Fix error. 2023-08-29 16:31:53 +08:00
liumengyi 966d1a9340 * Optimize code for bug::batchEdit. 2023-08-29 14:52:54 +08:00
liumengyi e40275a908 * Refactor testcase::batchEdit. 2023-08-29 14:37:23 +08:00
daitingting a529227bf5 * Splict build search form function. 2023-08-29 05:55:39 +00:00
daitingting 5b4b0100ce * Refactor the review funciton. 2023-08-29 02:07:50 +00:00
liugang 0ba2003d26 + testcaseZen: add a method to assign variables used in create scene page. 2023-08-28 15:02:27 +08:00
liumengyi 2d90eea159 * Fix required errors. 2023-08-28 11:10:29 +08:00
liumengyi c0c01df840 * Refactor testcase::batchCreate. 2023-08-28 09:57:48 +08:00
daitingting 77f914e7da * Add default story version. 2023-08-28 00:54:47 +00:00
daitingting 4bad42b657 * Fix bug. 2023-08-25 08:40:42 +00:00
daitingting 6dc92a299c * Split add edit action function. 2023-08-25 03:35:26 +00:00
liumengyi 975357c2ba * Refactor testcase::groupCase, and add testcaseZen::getGroupCases. 2023-08-25 11:06:52 +08:00
daitingting 9620c06696 * Split prepareEditExtras funciton. 2023-08-24 09:18:30 +00:00
liumengyi 252a3622a6 * Refactor testcase::view. 2023-08-24 15:59:04 +08:00