Commit a6bd870
authored
enhancement: Chore/code cleanup (#133)
* refactor: streamline test run case handling in TestPlanItReporter
- Removed unnecessary variable declarations and simplified the logic for retrieving or creating test run cases.
- Enhanced logging to provide clearer feedback when cases are added to the run.
- Cleaned up unused variables and improved code readability across multiple files.
* refactor: simplify data handling and improve readability across components
- Removed unnecessary fallback values in data assignments to enhance clarity.
- Streamlined conditional checks and improved logic for better performance.
- Cleaned up unused variables and optimized component rendering in various files.1 parent 808476e commit a6bd870
47 files changed
Lines changed: 107 additions & 244 deletions
File tree
- packages/wdio-testplanit-reporter/src
- testplanit
- app
- [locale]
- admin
- api-tokens
- imports
- projects
- projects
- repository/[projectId]
- [caseId]
- runs/[projectId]
- [runId]
- sessions/[projectId]/[sessionId]
- settings/[projectId]/quickscript
- tags/[projectId]
- users/profile/[userId]
- api
- admin
- llm/test-credentials
- queues/[queueName]
- jobs/[jobId]
- get-user-permissions
- integrations/[id]/create-issue
- llm/generate-test-cases
- report-builder
- project-health
- repository-cases/search
- count
- components
- dataVisualizations
- issues
- reports
- tables
- dist
- workers
- e2e/tests/repository/Test Repository Management
- hooks
- lib/llm/adapters
- services
- imports/testmo
- workers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
888 | 888 | | |
889 | 889 | | |
890 | 890 | | |
891 | | - | |
892 | 891 | | |
893 | 892 | | |
894 | | - | |
895 | | - | |
896 | | - | |
| 893 | + | |
897 | 894 | | |
898 | 895 | | |
899 | 896 | | |
900 | 897 | | |
901 | | - | |
902 | | - | |
903 | | - | |
| 898 | + | |
| 899 | + | |
904 | 900 | | |
905 | 901 | | |
906 | 902 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1073 | 1073 | | |
1074 | 1074 | | |
1075 | 1075 | | |
1076 | | - | |
1077 | | - | |
1078 | | - | |
1079 | | - | |
1080 | | - | |
1081 | | - | |
1082 | | - | |
1083 | 1076 | | |
1084 | 1077 | | |
1085 | 1078 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
| |||
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
164 | | - | |
165 | 163 | | |
166 | 164 | | |
167 | | - | |
168 | 165 | | |
169 | 166 | | |
170 | | - | |
171 | 167 | | |
172 | 168 | | |
173 | 169 | | |
174 | 170 | | |
175 | 171 | | |
176 | 172 | | |
177 | | - | |
178 | 173 | | |
179 | 174 | | |
180 | 175 | | |
181 | 176 | | |
182 | 177 | | |
183 | 178 | | |
184 | | - | |
185 | 179 | | |
186 | 180 | | |
187 | 181 | | |
| |||
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1155 | 1155 | | |
1156 | 1156 | | |
1157 | 1157 | | |
1158 | | - | |
1159 | | - | |
1160 | | - | |
1161 | 1158 | | |
1162 | | - | |
| 1159 | + | |
| 1160 | + | |
1163 | 1161 | | |
1164 | 1162 | | |
1165 | 1163 | | |
| |||
1173 | 1171 | | |
1174 | 1172 | | |
1175 | 1173 | | |
1176 | | - | |
1177 | | - | |
1178 | 1174 | | |
1179 | 1175 | | |
1180 | 1176 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
| 438 | + | |
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
815 | 815 | | |
816 | 816 | | |
817 | 817 | | |
818 | | - | |
819 | | - | |
| 818 | + | |
820 | 819 | | |
821 | 820 | | |
822 | 821 | | |
| |||
910 | 909 | | |
911 | 910 | | |
912 | 911 | | |
913 | | - | |
| 912 | + | |
914 | 913 | | |
915 | 914 | | |
916 | 915 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1756 | 1756 | | |
1757 | 1757 | | |
1758 | 1758 | | |
1759 | | - | |
| 1759 | + | |
1760 | 1760 | | |
1761 | 1761 | | |
1762 | 1762 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
0 commit comments