Commit Graph
1990 Commits
Author SHA1 Message Date
liugang 4da4073e77 * testtaskModel: modify comment. 2023-09-25 15:59:04 +08:00
liugang ba0cb08825 - testtaskModel: remove unused getBugInfo method. 2023-09-25 15:49:09 +08:00
liugang d2ced24017 * testtaskModel: fix variable unused bug. 2023-09-25 14:35:54 +08:00
liugang 54c3ddc98f * testtaskModel: add a method to process the execution name of testtask. 2023-09-25 14:22:45 +08:00
liugang 2a35175c1a * testtaskModel: remove unused variable declarations. 2023-09-25 14:21:30 +08:00
liugang 8df2f8cbb4 * testtaskZen: modify comment. 2023-09-25 14:03:18 +08:00
liugang f699e63de8 * testtask: modify comment of the ajaxGetUserTestTasks method. 2023-09-25 13:46:30 +08:00
liugang 75c78110e5 * testtask: add comment. 2023-09-25 13:36:24 +08:00
liugang 4270246347 * testtask: refactor the report method. 2023-09-25 13:28:09 +08:00
liugang 5c425afc3a * testtask: rename the groupRunsBySuite method to getRunsForUnitCases. 2023-09-25 10:19:16 +08:00
liugang cca08c5c0b * testtask: rename the processRowspanOfCases method to processRowspanForGroupCase and refactor it. 2023-09-25 09:55:41 +08:00
liugang 795c8c0a9e * testtask: refactor the unitCases method. 2023-09-25 09:55:08 +08:00
liugang 9d0051e7dd + testtaskZen: process the rowspan property of cases for unitCases page for use by front-end component groupings. 2023-09-25 09:53:30 +08:00
liugang 3c0c266a7f * testtask: replace 'test task' with 'testtask'. 2023-09-25 09:22:29 +08:00
liugang 5c45815379 * testtask: refactor the view method. 2023-09-25 09:18:57 +08:00
liugang 5919688d67 * testtask: refactor the create method. 2023-09-22 17:25:53 +08:00
liugang eda066592c + testtaskZen: assign variables to the create page. 2023-09-22 17:25:23 +08:00
liugang 6a2e9e79ba * testtask: add form configuration of the case page. 2023-09-22 17:24:29 +08:00
liugang e716f2fa86 + testtask: add comment. 2023-09-22 16:35:25 +08:00
liugang abb7cb4d6d * testtask: refactor the browseUnits method and page. 2023-09-22 16:28:11 +08:00
liugang da08913d6a * testtask: change the unitTag language item to featureBar. 2023-09-22 16:26:41 +08:00
liumengyi 32ee67bf6f * Refactor testtask::browse. 2023-09-22 15:14:26 +08:00
liugang f51375fe03 * testtask: refactor the browse method. 2023-09-22 10:26:05 +08:00
liugang 1d87fa3064 + testtaskZen: count the number of testtasks in different statuses for information display at the bottom of the browse page. 2023-09-22 10:25:41 +08:00
liugang bbe45cee89 * testtaskModel: remove parameter's default value. 2023-09-22 08:38:55 +08:00
liugang 88ac6559e6 * testcaseModel: move the $branch parameter before the $startScene parameter of the getSceneMenu method. 2023-09-21 17:30:25 +08:00
liugang fcc8beaeaf - testtaskModel: remove unused method. 2023-09-21 16:56:50 +08:00
liugang 0fb8f23269 * testtask: refactor the importUnitResult method. 2023-09-21 14:08:28 +08:00
liugang 6b64c7cc5d * testtask: remove declaration of unused variable. 2023-09-21 13:52:07 +08:00
liugang e85006060d * testtask: remove unused paramter. 2023-09-21 13:51:21 +08:00
liugang 5e5a5c863d + testtaskZen: add method to build form data of importUnitResult page. 2023-09-21 13:50:22 +08:00
liugang 40db21146f + testtask: add form configuration of importUnitResult page. 2023-09-21 13:50:01 +08:00
caoyanyi dcf3895e31 * Change method params for product getExecutionPairsByProduct. 2023-09-20 16:28:19 +08:00
liugang 3a263c29f1 * testtaskModel: refactor the createResult method. 2023-09-20 14:03:45 +08:00
liugang 1df4002ff0 * testtask: refactor the runCase method. 2023-09-20 14:03:24 +08:00
liugang d147cb7aa9 + testtaskZen: return different content based on the execution results of the test case. 2023-09-20 14:02:17 +08:00
liugang 67161607f1 + testtaskZen: detect whether the test case to be executed is an automated test case and perform different operations based on the user confirmation results. 2023-09-20 14:01:50 +08:00
liugang 8e867440e5 + testtaskZen: assign variables for runCase page of a test case. 2023-09-20 14:00:42 +08:00
liugang bcf734d20b + testtask: add form configuration of runCase page. 2023-09-20 13:57:39 +08:00
liugang 661bd5d9da * testtask: refactor the batchRun method. 2023-09-19 15:59:21 +08:00
liugang d9baacd8b8 + testtaskZen: add a method to get cases to run. 2023-09-19 15:58:20 +08:00
liugang 2382519402 * testtaskModel: declare the parameter types and return type of the getRuns method. 2023-09-19 13:29:35 +08:00
liugang f320d9c238 * testtask: refactor the groupCase method. 2023-09-19 13:22:27 +08:00
liugang 59e422afe8 + testtaskZen: process the rowspan property of cases for use by front-end component groupings. 2023-09-19 13:22:13 +08:00
liugang c804520bba * testtask: adjust sort order. 2023-09-19 13:19:25 +08:00
liugang a6e12e72ef * testtask: adjust code order. 2023-09-19 13:18:19 +08:00
liugang 348b956c5b * testtask: refactor the linkCase method. 2023-09-18 15:57:42 +08:00
liugang f5869e96ab + testtaskZen: add method to set configuration of search form in linkCase page of a testtask. 2023-09-18 15:55:48 +08:00
liugang fa0c57aac1 * testtask: modify code comment. 2023-09-18 15:54:34 +08:00
liugang 891ee8691b Revert "* testtask: modify code comment."
This reverts commit 082426ac13.
2023-09-18 15:53:53 +08:00