plum-e2e 2.6.9 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (888) hide show
  1. package/CLAUDE.md +17 -2
  2. package/LICENSE +21 -677
  3. package/README.md +1 -1
  4. package/backend/Dockerfile +1 -13
  5. package/backend/app.js +4 -14
  6. package/backend/config/scripts/create-step.mjs +1 -13
  7. package/backend/config/scripts/create-test.mjs +1 -13
  8. package/backend/config/scripts/generate-report.js +5 -15
  9. package/backend/config/scripts/run-tests.js +5 -16
  10. package/backend/constants/defaults.js +8 -0
  11. package/backend/constants/env.js +16 -0
  12. package/backend/constants/jobStatus.js +21 -0
  13. package/backend/constants/socketEvents.js +40 -0
  14. package/backend/constants/triggers.js +6 -14
  15. package/backend/entrypoint.sh +1 -13
  16. package/backend/lib/authHeader.js +16 -0
  17. package/backend/lib/globalRegistry.js +1 -13
  18. package/backend/lib/nodeRegister.js +11 -15
  19. package/backend/lib/reportFilename.js +1 -13
  20. package/backend/lib/retryRunner.js +1 -13
  21. package/backend/lib/runnerProcess.js +5 -16
  22. package/backend/lib/screenshotPoller.js +1 -13
  23. package/backend/lib/serverBootstrap.js +189 -0
  24. package/backend/lib/serverConfig.js +1 -13
  25. package/backend/lib/testChunker.js +1 -13
  26. package/backend/lib/testEnv.js +1 -13
  27. package/backend/mcp/server.js +5 -15
  28. package/backend/middleware/auth.js +4 -14
  29. package/backend/middleware/jwtAuth.js +16 -18
  30. package/backend/middleware/requireAdmin.js +1 -13
  31. package/backend/package.json +3 -3
  32. package/backend/playwright.config.js +1 -13
  33. package/backend/routes/active-runs.routes.js +18 -0
  34. package/backend/routes/auth.routes.js +1 -13
  35. package/backend/routes/backup.routes.js +10 -21
  36. package/backend/routes/cron.routes.js +1 -13
  37. package/backend/routes/node.routes.js +11 -148
  38. package/backend/routes/reports.routes.js +1 -13
  39. package/backend/routes/runners.routes.js +11 -21
  40. package/backend/routes/settings.routes.js +6 -17
  41. package/backend/routes/test-cases.routes.js +1 -13
  42. package/backend/routes/test-runs.routes.js +1 -13
  43. package/backend/routes/test-suites.routes.js +1 -13
  44. package/backend/routes/tests.routes.js +1 -13
  45. package/backend/routes/trigger.routes.js +23 -165
  46. package/backend/routes/users.routes.js +1 -13
  47. package/backend/scripts/manage-runners.mjs +19 -17
  48. package/backend/server.js +34 -151
  49. package/backend/services/activeRunsService.js +55 -0
  50. package/backend/services/backupCronService.js +1 -13
  51. package/backend/services/backupService.js +7 -17
  52. package/backend/services/cronService.js +57 -39
  53. package/backend/services/envService.js +1 -13
  54. package/backend/services/nodeExecutionService.js +140 -0
  55. package/backend/services/notificationService.js +7 -17
  56. package/backend/services/prisma.js +1 -13
  57. package/backend/services/reportService.js +21 -17
  58. package/backend/services/runnerService.js +46 -27
  59. package/backend/services/settingsService.js +19 -19
  60. package/backend/services/testCaseService.js +1 -13
  61. package/backend/services/testRunService.js +1 -13
  62. package/backend/services/testService.js +1 -13
  63. package/backend/services/testSuiteService.js +1 -13
  64. package/backend/services/triggerService.js +246 -0
  65. package/backend/services/userService.js +1 -13
  66. package/backend/websockets/socketHandler.js +99 -48
  67. package/bin/plum.js +1 -13
  68. package/bin/postinstall.js +1 -13
  69. package/bin/scaffold-tests.js +1 -13
  70. package/docker-compose.node.yml +1 -13
  71. package/docker-compose.yml +2 -13
  72. package/frontend/.svelte-kit/adapter-node/.vite/manifest.json +3 -3
  73. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/BackLink.CvWWuO3h.css +0 -17
  74. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/Badge.D1SV0Gv7.css +0 -17
  75. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css +0 -17
  76. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/EmptyState.DUDM4P19.css +0 -17
  77. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/Modal.BuaCfdLj.css +0 -17
  78. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/Pagination.DZmi2Po-.css +0 -17
  79. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/Toast.DENwYn3g.css +0 -17
  80. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_layout.BuhMvMUj.css +0 -17
  81. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.0Eln51hV.css +0 -17
  82. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.5IJAEAjc.css +0 -17
  83. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BR3wgXcZ.css +0 -17
  84. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BWAH0Beh.css +0 -17
  85. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BZfe6nWe.css +0 -17
  86. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.Bj_a_5lv.css +0 -17
  87. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BwgOqeMo.css +0 -17
  88. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.CBHi6pzT.css +0 -17
  89. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.CFnbmY-D.css +0 -17
  90. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.DvMkmYA-.css +6 -0
  91. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page._h2o67kg.css +0 -17
  92. package/frontend/.svelte-kit/adapter-node/chunks/BackLink.js +0 -17
  93. package/frontend/.svelte-kit/adapter-node/chunks/Badge.js +1 -18
  94. package/frontend/.svelte-kit/adapter-node/chunks/ConfirmModal.js +1 -18
  95. package/frontend/.svelte-kit/adapter-node/chunks/EmptyState.js +2 -19
  96. package/frontend/.svelte-kit/adapter-node/chunks/Modal.js +0 -17
  97. package/frontend/.svelte-kit/adapter-node/chunks/Toast.js +1 -18
  98. package/frontend/.svelte-kit/adapter-node/chunks/attributes.js +0 -17
  99. package/frontend/.svelte-kit/adapter-node/chunks/auth.js +0 -17
  100. package/frontend/.svelte-kit/adapter-node/chunks/auth2.js +0 -17
  101. package/frontend/.svelte-kit/adapter-node/chunks/client.js +0 -17
  102. package/frontend/.svelte-kit/adapter-node/chunks/common.js +9 -24
  103. package/frontend/.svelte-kit/adapter-node/chunks/constants.js +4 -18
  104. package/frontend/.svelte-kit/adapter-node/chunks/escaping.js +0 -17
  105. package/frontend/.svelte-kit/adapter-node/chunks/exports.js +0 -17
  106. package/frontend/.svelte-kit/adapter-node/chunks/format.js +0 -17
  107. package/frontend/.svelte-kit/adapter-node/chunks/index-server.js +0 -17
  108. package/frontend/.svelte-kit/adapter-node/chunks/index.js +4 -21
  109. package/frontend/.svelte-kit/adapter-node/chunks/index2.js +0 -17
  110. package/frontend/.svelte-kit/adapter-node/chunks/internal.js +1 -18
  111. package/frontend/.svelte-kit/adapter-node/chunks/reports.js +0 -17
  112. package/frontend/.svelte-kit/adapter-node/chunks/reports2.js +0 -17
  113. package/frontend/.svelte-kit/adapter-node/chunks/repository.js +10 -29
  114. package/frontend/.svelte-kit/adapter-node/chunks/runner.js +2 -20
  115. package/frontend/.svelte-kit/adapter-node/chunks/stores.js +0 -17
  116. package/frontend/.svelte-kit/adapter-node/chunks/theme.js +0 -17
  117. package/frontend/.svelte-kit/adapter-node/entries/fallbacks/error.svelte.js +0 -17
  118. package/frontend/.svelte-kit/adapter-node/entries/pages/_layout.js +0 -17
  119. package/frontend/.svelte-kit/adapter-node/entries/pages/_layout.svelte.js +0 -17
  120. package/frontend/.svelte-kit/adapter-node/entries/pages/_page.svelte.js +114 -98
  121. package/frontend/.svelte-kit/adapter-node/entries/pages/login/_page.svelte.js +1 -18
  122. package/frontend/.svelte-kit/adapter-node/entries/pages/reports/_id_/_page.svelte.js +1 -18
  123. package/frontend/.svelte-kit/adapter-node/entries/pages/reports/_page.svelte.js +1 -18
  124. package/frontend/.svelte-kit/adapter-node/entries/pages/reports/live/_page.svelte.js +1 -18
  125. package/frontend/.svelte-kit/adapter-node/entries/pages/scheduled-tests/_page.svelte.js +1 -18
  126. package/frontend/.svelte-kit/adapter-node/entries/pages/settings/_page.svelte.js +2 -19
  127. package/frontend/.svelte-kit/adapter-node/entries/pages/setup/_page.svelte.js +1 -18
  128. package/frontend/.svelte-kit/adapter-node/entries/pages/test-repository/_page.svelte.js +3 -20
  129. package/frontend/.svelte-kit/adapter-node/entries/pages/test-repository/runs/_id_/_page.svelte.js +3 -20
  130. package/frontend/.svelte-kit/adapter-node/entries/pages/test-repository/suites/_id_/_page.svelte.js +3 -20
  131. package/frontend/.svelte-kit/adapter-node/index.js +0 -17
  132. package/frontend/.svelte-kit/adapter-node/internal.js +0 -17
  133. package/frontend/.svelte-kit/adapter-node/manifest-full.js +1 -18
  134. package/frontend/.svelte-kit/adapter-node/manifest.js +1 -18
  135. package/frontend/.svelte-kit/adapter-node/nodes/0.js +1 -18
  136. package/frontend/.svelte-kit/adapter-node/nodes/1.js +1 -18
  137. package/frontend/.svelte-kit/adapter-node/nodes/10.js +1 -18
  138. package/frontend/.svelte-kit/adapter-node/nodes/11.js +1 -18
  139. package/frontend/.svelte-kit/adapter-node/nodes/12.js +1 -18
  140. package/frontend/.svelte-kit/adapter-node/nodes/2.js +2 -19
  141. package/frontend/.svelte-kit/adapter-node/nodes/3.js +1 -18
  142. package/frontend/.svelte-kit/adapter-node/nodes/4.js +1 -18
  143. package/frontend/.svelte-kit/adapter-node/nodes/5.js +1 -18
  144. package/frontend/.svelte-kit/adapter-node/nodes/6.js +1 -18
  145. package/frontend/.svelte-kit/adapter-node/nodes/7.js +1 -18
  146. package/frontend/.svelte-kit/adapter-node/nodes/8.js +1 -18
  147. package/frontend/.svelte-kit/adapter-node/nodes/9.js +1 -18
  148. package/frontend/.svelte-kit/ambient.d.ts +2 -17
  149. package/frontend/.svelte-kit/generated/client/app.js +0 -17
  150. package/frontend/.svelte-kit/generated/client/matchers.js +0 -17
  151. package/frontend/.svelte-kit/generated/client/nodes/0.js +0 -17
  152. package/frontend/.svelte-kit/generated/client/nodes/1.js +0 -17
  153. package/frontend/.svelte-kit/generated/client/nodes/10.js +0 -17
  154. package/frontend/.svelte-kit/generated/client/nodes/11.js +0 -17
  155. package/frontend/.svelte-kit/generated/client/nodes/12.js +0 -17
  156. package/frontend/.svelte-kit/generated/client/nodes/2.js +0 -17
  157. package/frontend/.svelte-kit/generated/client/nodes/3.js +0 -17
  158. package/frontend/.svelte-kit/generated/client/nodes/4.js +0 -17
  159. package/frontend/.svelte-kit/generated/client/nodes/5.js +0 -17
  160. package/frontend/.svelte-kit/generated/client/nodes/6.js +0 -17
  161. package/frontend/.svelte-kit/generated/client/nodes/7.js +0 -17
  162. package/frontend/.svelte-kit/generated/client/nodes/8.js +0 -17
  163. package/frontend/.svelte-kit/generated/client/nodes/9.js +0 -17
  164. package/frontend/.svelte-kit/generated/client-optimized/app.js +0 -17
  165. package/frontend/.svelte-kit/generated/client-optimized/matchers.js +0 -17
  166. package/frontend/.svelte-kit/generated/client-optimized/nodes/0.js +0 -17
  167. package/frontend/.svelte-kit/generated/client-optimized/nodes/1.js +0 -17
  168. package/frontend/.svelte-kit/generated/client-optimized/nodes/10.js +0 -17
  169. package/frontend/.svelte-kit/generated/client-optimized/nodes/11.js +0 -17
  170. package/frontend/.svelte-kit/generated/client-optimized/nodes/12.js +0 -17
  171. package/frontend/.svelte-kit/generated/client-optimized/nodes/2.js +0 -17
  172. package/frontend/.svelte-kit/generated/client-optimized/nodes/3.js +0 -17
  173. package/frontend/.svelte-kit/generated/client-optimized/nodes/4.js +0 -17
  174. package/frontend/.svelte-kit/generated/client-optimized/nodes/5.js +0 -17
  175. package/frontend/.svelte-kit/generated/client-optimized/nodes/6.js +0 -17
  176. package/frontend/.svelte-kit/generated/client-optimized/nodes/7.js +0 -17
  177. package/frontend/.svelte-kit/generated/client-optimized/nodes/8.js +0 -17
  178. package/frontend/.svelte-kit/generated/client-optimized/nodes/9.js +0 -17
  179. package/frontend/.svelte-kit/generated/root.js +0 -17
  180. package/frontend/.svelte-kit/generated/root.svelte +0 -17
  181. package/frontend/.svelte-kit/generated/server/internal.js +1 -18
  182. package/frontend/.svelte-kit/non-ambient.d.ts +0 -17
  183. package/frontend/.svelte-kit/output/client/.vite/manifest.json +225 -224
  184. package/frontend/.svelte-kit/output/client/_app/immutable/assets/0.BhSG-jZH.css +0 -17
  185. package/frontend/.svelte-kit/output/client/_app/immutable/assets/10.CdaQUS6U.css +0 -17
  186. package/frontend/.svelte-kit/output/client/_app/immutable/assets/11.BWAH0Beh.css +0 -17
  187. package/frontend/.svelte-kit/output/client/_app/immutable/assets/12.Bj_a_5lv.css +0 -17
  188. package/frontend/.svelte-kit/output/client/_app/immutable/assets/2.DvMkmYA-.css +6 -0
  189. package/frontend/.svelte-kit/output/client/_app/immutable/assets/3.BR3wgXcZ.css +0 -17
  190. package/frontend/.svelte-kit/output/client/_app/immutable/assets/4.0Eln51hV.css +0 -17
  191. package/frontend/.svelte-kit/output/client/_app/immutable/assets/5.DFV9OgAu.css +0 -17
  192. package/frontend/.svelte-kit/output/client/_app/immutable/assets/6.CFnbmY-D.css +0 -17
  193. package/frontend/.svelte-kit/output/client/_app/immutable/assets/7.CBHi6pzT.css +0 -17
  194. package/frontend/.svelte-kit/output/client/_app/immutable/assets/8.BwgOqeMo.css +0 -17
  195. package/frontend/.svelte-kit/output/client/_app/immutable/assets/9._h2o67kg.css +0 -17
  196. package/frontend/.svelte-kit/output/client/_app/immutable/assets/BackLink.CvWWuO3h.css +0 -17
  197. package/frontend/.svelte-kit/output/client/_app/immutable/assets/Badge.D1SV0Gv7.css +0 -17
  198. package/frontend/.svelte-kit/output/client/_app/immutable/assets/Button.FOWXxvc7.css +0 -17
  199. package/frontend/.svelte-kit/output/client/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css +0 -17
  200. package/frontend/.svelte-kit/output/client/_app/immutable/assets/EmptyState.DUDM4P19.css +0 -17
  201. package/frontend/.svelte-kit/output/client/_app/immutable/assets/Modal.BZpm0HP8.css +0 -17
  202. package/frontend/.svelte-kit/output/client/_app/immutable/assets/Modal.BuaCfdLj.css +0 -17
  203. package/frontend/.svelte-kit/output/client/_app/immutable/assets/Pagination.DZmi2Po-.css +0 -17
  204. package/frontend/.svelte-kit/output/client/_app/immutable/assets/Toast.DENwYn3g.css +0 -17
  205. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_layout.BuhMvMUj.css +0 -17
  206. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.0Eln51hV.css +0 -17
  207. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.5IJAEAjc.css +0 -17
  208. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BR3wgXcZ.css +0 -17
  209. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BWAH0Beh.css +0 -17
  210. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BZfe6nWe.css +0 -17
  211. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.Bj_a_5lv.css +0 -17
  212. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BwgOqeMo.css +0 -17
  213. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.CBHi6pzT.css +0 -17
  214. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.CFnbmY-D.css +0 -17
  215. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.DvMkmYA-.css +6 -0
  216. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page._h2o67kg.css +0 -17
  217. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/2zMvi6fR.js +0 -17
  218. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{D2cvzNT9.js → 3InFPLvE.js} +1 -18
  219. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BAACMRH5.js +0 -17
  220. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BAMUGSh7.js +6 -0
  221. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BKuh57WU.js +6 -0
  222. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{DkNBSlo2.js → BUwxRmHf.js} +1 -18
  223. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/Bfc47y5P.js +0 -17
  224. package/frontend/{build/client/_app/immutable/chunks/DYlaQsvN.js → .svelte-kit/output/client/_app/immutable/chunks/BmZ9upwL.js} +1 -18
  225. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/C1Vid6wz.js +0 -17
  226. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/C8OURRSs.js +0 -17
  227. package/frontend/{build/client/_app/immutable/chunks/oN0Z3NSF.js → .svelte-kit/output/client/_app/immutable/chunks/CGeZlCaI.js} +1 -18
  228. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CKDtmZUQ.js +0 -17
  229. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CMBQQ9RZ.js +0 -17
  230. package/frontend/{build/client/_app/immutable/chunks/BjUpWNbl.js → .svelte-kit/output/client/_app/immutable/chunks/CMEtqUfQ.js} +1 -18
  231. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CNdcuGR0.js +0 -17
  232. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CUC98kMZ.js +6 -0
  233. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CgnwuKKO.js +0 -17
  234. package/frontend/{build/client/_app/immutable/chunks/B98sHkeB.js → .svelte-kit/output/client/_app/immutable/chunks/Co3xKhEp.js} +1 -18
  235. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CuqnZUex.js +0 -17
  236. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{DlNYZJ7K.js → CzlPaHY9.js} +1 -18
  237. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DCgHuuvs.js +0 -17
  238. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DHM6H-es.js +7 -0
  239. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{3IV-uqHa.js → DMZwI8Cj.js} +1 -18
  240. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DMyTUV-Y.js +8 -0
  241. package/frontend/{build/client/_app/immutable/chunks/D2gYTmAA.js → .svelte-kit/output/client/_app/immutable/chunks/DSLBMEpr.js} +1 -18
  242. package/frontend/{build/client/_app/immutable/chunks/DDblTLLE.js → .svelte-kit/output/client/_app/immutable/chunks/DbgD7JLa.js} +1 -18
  243. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/Dlnxgs49.js +0 -17
  244. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/TOCyHP97.js +0 -17
  245. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/nURnIknV.js +6 -0
  246. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/t-La0hgu.js +0 -17
  247. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/w0D4Uzlq.js +0 -17
  248. package/frontend/.svelte-kit/output/client/_app/immutable/entry/{app.BCWbw5zZ.js → app.BkBD0hgA.js} +2 -19
  249. package/frontend/.svelte-kit/output/client/_app/immutable/entry/start.BxeX1Uxs.js +6 -0
  250. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/0.ChjDHxSJ.js +11 -0
  251. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/1.DBSWa36f.js +6 -0
  252. package/frontend/{build/client/_app/immutable/nodes/10.Bn4Ma-MU.js → .svelte-kit/output/client/_app/immutable/nodes/10.DEbnxfND.js} +1 -18
  253. package/frontend/{build/client/_app/immutable/nodes/11.BacEu7sW.js → .svelte-kit/output/client/_app/immutable/nodes/11.O4cjXCg4.js} +1 -18
  254. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/12.BWQdeRdX.js +6 -0
  255. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/2.BnHalSCi.js +6 -0
  256. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/{3.DHx0kho3.js → 3._S1vrLVF.js} +1 -18
  257. package/frontend/{build/client/_app/immutable/nodes/4.CnaMiirx.js → .svelte-kit/output/client/_app/immutable/nodes/4.D-YT_JJe.js} +1 -18
  258. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/{5.B6m-zTVe.js → 5.BiFBiWcW.js} +1 -18
  259. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/{6.BPDag1zv.js → 6.BNS-W0R_.js} +1 -18
  260. package/frontend/{build/client/_app/immutable/nodes/7.D7LwxSvT.js → .svelte-kit/output/client/_app/immutable/nodes/7.C-pKvVZy.js} +1 -18
  261. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/{8.CCkNX20G.js → 8.BEUdazrw.js} +1 -18
  262. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/{9.HDerA6JV.js → 9.CrLHYPEJ.js} +1 -18
  263. package/frontend/.svelte-kit/output/client/_app/version.json +1 -1
  264. package/frontend/.svelte-kit/output/server/.vite/manifest.json +3 -3
  265. package/frontend/.svelte-kit/output/server/_app/immutable/assets/BackLink.CvWWuO3h.css +0 -17
  266. package/frontend/.svelte-kit/output/server/_app/immutable/assets/Badge.D1SV0Gv7.css +0 -17
  267. package/frontend/.svelte-kit/output/server/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css +0 -17
  268. package/frontend/.svelte-kit/output/server/_app/immutable/assets/EmptyState.DUDM4P19.css +0 -17
  269. package/frontend/.svelte-kit/output/server/_app/immutable/assets/Modal.BuaCfdLj.css +0 -17
  270. package/frontend/.svelte-kit/output/server/_app/immutable/assets/Pagination.DZmi2Po-.css +0 -17
  271. package/frontend/.svelte-kit/output/server/_app/immutable/assets/Toast.DENwYn3g.css +0 -17
  272. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_layout.BuhMvMUj.css +0 -17
  273. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.0Eln51hV.css +0 -17
  274. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.5IJAEAjc.css +0 -17
  275. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BR3wgXcZ.css +0 -17
  276. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BWAH0Beh.css +0 -17
  277. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BZfe6nWe.css +0 -17
  278. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.Bj_a_5lv.css +0 -17
  279. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BwgOqeMo.css +0 -17
  280. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.CBHi6pzT.css +0 -17
  281. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.CFnbmY-D.css +0 -17
  282. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.DvMkmYA-.css +6 -0
  283. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page._h2o67kg.css +0 -17
  284. package/frontend/.svelte-kit/output/server/chunks/BackLink.js +0 -17
  285. package/frontend/.svelte-kit/output/server/chunks/Badge.js +1 -18
  286. package/frontend/.svelte-kit/output/server/chunks/ConfirmModal.js +1 -18
  287. package/frontend/.svelte-kit/output/server/chunks/EmptyState.js +2 -19
  288. package/frontend/.svelte-kit/output/server/chunks/Modal.js +0 -17
  289. package/frontend/.svelte-kit/output/server/chunks/Toast.js +1 -18
  290. package/frontend/.svelte-kit/output/server/chunks/attributes.js +0 -17
  291. package/frontend/.svelte-kit/output/server/chunks/auth.js +0 -17
  292. package/frontend/.svelte-kit/output/server/chunks/auth2.js +0 -17
  293. package/frontend/.svelte-kit/output/server/chunks/client.js +0 -17
  294. package/frontend/.svelte-kit/output/server/chunks/common.js +9 -24
  295. package/frontend/.svelte-kit/output/server/chunks/constants.js +4 -18
  296. package/frontend/.svelte-kit/output/server/chunks/escaping.js +0 -17
  297. package/frontend/.svelte-kit/output/server/chunks/exports.js +0 -17
  298. package/frontend/.svelte-kit/output/server/chunks/format.js +0 -17
  299. package/frontend/.svelte-kit/output/server/chunks/index-server.js +0 -17
  300. package/frontend/.svelte-kit/output/server/chunks/index.js +4 -21
  301. package/frontend/.svelte-kit/output/server/chunks/index2.js +0 -17
  302. package/frontend/.svelte-kit/output/server/chunks/internal.js +1 -18
  303. package/frontend/.svelte-kit/output/server/chunks/reports.js +0 -17
  304. package/frontend/.svelte-kit/output/server/chunks/reports2.js +0 -17
  305. package/frontend/.svelte-kit/output/server/chunks/repository.js +10 -29
  306. package/frontend/.svelte-kit/output/server/chunks/runner.js +2 -20
  307. package/frontend/.svelte-kit/output/server/chunks/stores.js +0 -17
  308. package/frontend/.svelte-kit/output/server/chunks/theme.js +0 -17
  309. package/frontend/.svelte-kit/output/server/entries/fallbacks/error.svelte.js +0 -17
  310. package/frontend/.svelte-kit/output/server/entries/pages/_layout.js +0 -17
  311. package/frontend/.svelte-kit/output/server/entries/pages/_layout.svelte.js +0 -17
  312. package/frontend/.svelte-kit/output/server/entries/pages/_page.svelte.js +114 -98
  313. package/frontend/.svelte-kit/output/server/entries/pages/login/_page.svelte.js +1 -18
  314. package/frontend/.svelte-kit/output/server/entries/pages/reports/_id_/_page.svelte.js +1 -18
  315. package/frontend/.svelte-kit/output/server/entries/pages/reports/_page.svelte.js +1 -18
  316. package/frontend/.svelte-kit/output/server/entries/pages/reports/live/_page.svelte.js +1 -18
  317. package/frontend/.svelte-kit/output/server/entries/pages/scheduled-tests/_page.svelte.js +1 -18
  318. package/frontend/.svelte-kit/output/server/entries/pages/settings/_page.svelte.js +2 -19
  319. package/frontend/.svelte-kit/output/server/entries/pages/setup/_page.svelte.js +1 -18
  320. package/frontend/.svelte-kit/output/server/entries/pages/test-repository/_page.svelte.js +3 -20
  321. package/frontend/.svelte-kit/output/server/entries/pages/test-repository/runs/_id_/_page.svelte.js +3 -20
  322. package/frontend/.svelte-kit/output/server/entries/pages/test-repository/suites/_id_/_page.svelte.js +3 -20
  323. package/frontend/.svelte-kit/output/server/index.js +0 -17
  324. package/frontend/.svelte-kit/output/server/internal.js +0 -17
  325. package/frontend/.svelte-kit/output/server/manifest-full.js +1 -18
  326. package/frontend/.svelte-kit/output/server/manifest.js +1 -18
  327. package/frontend/.svelte-kit/output/server/nodes/0.js +1 -18
  328. package/frontend/.svelte-kit/output/server/nodes/1.js +1 -18
  329. package/frontend/.svelte-kit/output/server/nodes/10.js +1 -18
  330. package/frontend/.svelte-kit/output/server/nodes/11.js +1 -18
  331. package/frontend/.svelte-kit/output/server/nodes/12.js +1 -18
  332. package/frontend/.svelte-kit/output/server/nodes/2.js +2 -19
  333. package/frontend/.svelte-kit/output/server/nodes/3.js +1 -18
  334. package/frontend/.svelte-kit/output/server/nodes/4.js +1 -18
  335. package/frontend/.svelte-kit/output/server/nodes/5.js +1 -18
  336. package/frontend/.svelte-kit/output/server/nodes/6.js +1 -18
  337. package/frontend/.svelte-kit/output/server/nodes/7.js +1 -18
  338. package/frontend/.svelte-kit/output/server/nodes/8.js +1 -18
  339. package/frontend/.svelte-kit/output/server/nodes/9.js +1 -18
  340. package/frontend/Dockerfile +1 -13
  341. package/frontend/build/client/_app/immutable/assets/0.BhSG-jZH.css +0 -17
  342. package/frontend/build/client/_app/immutable/assets/0.BhSG-jZH.css.br +0 -0
  343. package/frontend/build/client/_app/immutable/assets/0.BhSG-jZH.css.gz +0 -0
  344. package/frontend/build/client/_app/immutable/assets/10.CdaQUS6U.css +0 -17
  345. package/frontend/build/client/_app/immutable/assets/10.CdaQUS6U.css.br +0 -0
  346. package/frontend/build/client/_app/immutable/assets/10.CdaQUS6U.css.gz +0 -0
  347. package/frontend/build/client/_app/immutable/assets/11.BWAH0Beh.css +0 -17
  348. package/frontend/build/client/_app/immutable/assets/11.BWAH0Beh.css.br +0 -0
  349. package/frontend/build/client/_app/immutable/assets/11.BWAH0Beh.css.gz +0 -0
  350. package/frontend/build/client/_app/immutable/assets/12.Bj_a_5lv.css +0 -17
  351. package/frontend/build/client/_app/immutable/assets/12.Bj_a_5lv.css.br +0 -0
  352. package/frontend/build/client/_app/immutable/assets/12.Bj_a_5lv.css.gz +0 -0
  353. package/frontend/build/client/_app/immutable/assets/2.DvMkmYA-.css +6 -0
  354. package/frontend/build/client/_app/immutable/assets/2.DvMkmYA-.css.br +0 -0
  355. package/frontend/build/client/_app/immutable/assets/2.DvMkmYA-.css.gz +0 -0
  356. package/frontend/build/client/_app/immutable/assets/3.BR3wgXcZ.css +0 -17
  357. package/frontend/build/client/_app/immutable/assets/3.BR3wgXcZ.css.br +0 -0
  358. package/frontend/build/client/_app/immutable/assets/3.BR3wgXcZ.css.gz +0 -0
  359. package/frontend/build/client/_app/immutable/assets/4.0Eln51hV.css +0 -17
  360. package/frontend/build/client/_app/immutable/assets/4.0Eln51hV.css.br +0 -0
  361. package/frontend/build/client/_app/immutable/assets/4.0Eln51hV.css.gz +0 -0
  362. package/frontend/build/client/_app/immutable/assets/5.DFV9OgAu.css +0 -17
  363. package/frontend/build/client/_app/immutable/assets/5.DFV9OgAu.css.br +0 -0
  364. package/frontend/build/client/_app/immutable/assets/5.DFV9OgAu.css.gz +0 -0
  365. package/frontend/build/client/_app/immutable/assets/6.CFnbmY-D.css +0 -17
  366. package/frontend/build/client/_app/immutable/assets/6.CFnbmY-D.css.br +0 -0
  367. package/frontend/build/client/_app/immutable/assets/6.CFnbmY-D.css.gz +0 -0
  368. package/frontend/build/client/_app/immutable/assets/7.CBHi6pzT.css +0 -17
  369. package/frontend/build/client/_app/immutable/assets/7.CBHi6pzT.css.br +0 -0
  370. package/frontend/build/client/_app/immutable/assets/7.CBHi6pzT.css.gz +0 -0
  371. package/frontend/build/client/_app/immutable/assets/8.BwgOqeMo.css +0 -17
  372. package/frontend/build/client/_app/immutable/assets/8.BwgOqeMo.css.br +0 -0
  373. package/frontend/build/client/_app/immutable/assets/8.BwgOqeMo.css.gz +0 -0
  374. package/frontend/build/client/_app/immutable/assets/9._h2o67kg.css +0 -17
  375. package/frontend/build/client/_app/immutable/assets/9._h2o67kg.css.br +0 -0
  376. package/frontend/build/client/_app/immutable/assets/9._h2o67kg.css.gz +0 -0
  377. package/frontend/build/client/_app/immutable/assets/BackLink.CvWWuO3h.css +0 -17
  378. package/frontend/build/client/_app/immutable/assets/BackLink.CvWWuO3h.css.br +0 -0
  379. package/frontend/build/client/_app/immutable/assets/BackLink.CvWWuO3h.css.gz +0 -0
  380. package/frontend/build/client/_app/immutable/assets/Badge.D1SV0Gv7.css +0 -17
  381. package/frontend/build/client/_app/immutable/assets/Badge.D1SV0Gv7.css.br +0 -0
  382. package/frontend/build/client/_app/immutable/assets/Badge.D1SV0Gv7.css.gz +0 -0
  383. package/frontend/build/client/_app/immutable/assets/Button.FOWXxvc7.css +0 -17
  384. package/frontend/build/client/_app/immutable/assets/Button.FOWXxvc7.css.br +0 -0
  385. package/frontend/build/client/_app/immutable/assets/Button.FOWXxvc7.css.gz +0 -0
  386. package/frontend/build/client/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css +0 -17
  387. package/frontend/build/client/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css.br +0 -0
  388. package/frontend/build/client/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css.gz +0 -0
  389. package/frontend/build/client/_app/immutable/assets/EmptyState.DUDM4P19.css +0 -17
  390. package/frontend/build/client/_app/immutable/assets/EmptyState.DUDM4P19.css.br +0 -0
  391. package/frontend/build/client/_app/immutable/assets/EmptyState.DUDM4P19.css.gz +0 -0
  392. package/frontend/build/client/_app/immutable/assets/Modal.BZpm0HP8.css +0 -17
  393. package/frontend/build/client/_app/immutable/assets/Modal.BZpm0HP8.css.br +0 -0
  394. package/frontend/build/client/_app/immutable/assets/Modal.BZpm0HP8.css.gz +0 -0
  395. package/frontend/build/client/_app/immutable/assets/Modal.BuaCfdLj.css +0 -17
  396. package/frontend/build/client/_app/immutable/assets/Modal.BuaCfdLj.css.br +0 -0
  397. package/frontend/build/client/_app/immutable/assets/Modal.BuaCfdLj.css.gz +0 -0
  398. package/frontend/build/client/_app/immutable/assets/Pagination.DZmi2Po-.css +0 -17
  399. package/frontend/build/client/_app/immutable/assets/Pagination.DZmi2Po-.css.br +0 -0
  400. package/frontend/build/client/_app/immutable/assets/Pagination.DZmi2Po-.css.gz +0 -0
  401. package/frontend/build/client/_app/immutable/assets/Toast.DENwYn3g.css +0 -17
  402. package/frontend/build/client/_app/immutable/assets/Toast.DENwYn3g.css.br +0 -0
  403. package/frontend/build/client/_app/immutable/assets/Toast.DENwYn3g.css.gz +0 -0
  404. package/frontend/build/client/_app/immutable/assets/_layout.BuhMvMUj.css +0 -17
  405. package/frontend/build/client/_app/immutable/assets/_layout.BuhMvMUj.css.br +0 -0
  406. package/frontend/build/client/_app/immutable/assets/_layout.BuhMvMUj.css.gz +0 -0
  407. package/frontend/build/client/_app/immutable/assets/_page.0Eln51hV.css +0 -17
  408. package/frontend/build/client/_app/immutable/assets/_page.0Eln51hV.css.br +0 -0
  409. package/frontend/build/client/_app/immutable/assets/_page.0Eln51hV.css.gz +0 -0
  410. package/frontend/build/client/_app/immutable/assets/_page.5IJAEAjc.css +0 -17
  411. package/frontend/build/client/_app/immutable/assets/_page.5IJAEAjc.css.br +0 -0
  412. package/frontend/build/client/_app/immutable/assets/_page.5IJAEAjc.css.gz +0 -0
  413. package/frontend/build/client/_app/immutable/assets/_page.BR3wgXcZ.css +0 -17
  414. package/frontend/build/client/_app/immutable/assets/_page.BR3wgXcZ.css.br +0 -0
  415. package/frontend/build/client/_app/immutable/assets/_page.BR3wgXcZ.css.gz +0 -0
  416. package/frontend/build/client/_app/immutable/assets/_page.BWAH0Beh.css +0 -17
  417. package/frontend/build/client/_app/immutable/assets/_page.BWAH0Beh.css.br +0 -0
  418. package/frontend/build/client/_app/immutable/assets/_page.BWAH0Beh.css.gz +0 -0
  419. package/frontend/build/client/_app/immutable/assets/_page.BZfe6nWe.css +0 -17
  420. package/frontend/build/client/_app/immutable/assets/_page.BZfe6nWe.css.br +0 -0
  421. package/frontend/build/client/_app/immutable/assets/_page.BZfe6nWe.css.gz +0 -0
  422. package/frontend/build/client/_app/immutable/assets/_page.Bj_a_5lv.css +0 -17
  423. package/frontend/build/client/_app/immutable/assets/_page.Bj_a_5lv.css.br +0 -0
  424. package/frontend/build/client/_app/immutable/assets/_page.Bj_a_5lv.css.gz +0 -0
  425. package/frontend/build/client/_app/immutable/assets/_page.BwgOqeMo.css +0 -17
  426. package/frontend/build/client/_app/immutable/assets/_page.BwgOqeMo.css.br +0 -0
  427. package/frontend/build/client/_app/immutable/assets/_page.BwgOqeMo.css.gz +0 -0
  428. package/frontend/build/client/_app/immutable/assets/_page.CBHi6pzT.css +0 -17
  429. package/frontend/build/client/_app/immutable/assets/_page.CBHi6pzT.css.br +0 -0
  430. package/frontend/build/client/_app/immutable/assets/_page.CBHi6pzT.css.gz +0 -0
  431. package/frontend/build/client/_app/immutable/assets/_page.CFnbmY-D.css +0 -17
  432. package/frontend/build/client/_app/immutable/assets/_page.CFnbmY-D.css.br +0 -0
  433. package/frontend/build/client/_app/immutable/assets/_page.CFnbmY-D.css.gz +0 -0
  434. package/frontend/build/client/_app/immutable/assets/_page.DvMkmYA-.css +6 -0
  435. package/frontend/build/client/_app/immutable/assets/_page.DvMkmYA-.css.br +0 -0
  436. package/frontend/build/client/_app/immutable/assets/_page.DvMkmYA-.css.gz +0 -0
  437. package/frontend/build/client/_app/immutable/assets/_page._h2o67kg.css +0 -17
  438. package/frontend/build/client/_app/immutable/assets/_page._h2o67kg.css.br +0 -0
  439. package/frontend/build/client/_app/immutable/assets/_page._h2o67kg.css.gz +0 -0
  440. package/frontend/build/client/_app/immutable/chunks/2zMvi6fR.js +0 -17
  441. package/frontend/build/client/_app/immutable/chunks/2zMvi6fR.js.br +0 -0
  442. package/frontend/build/client/_app/immutable/chunks/2zMvi6fR.js.gz +0 -0
  443. package/frontend/build/client/_app/immutable/chunks/{D2cvzNT9.js → 3InFPLvE.js} +1 -18
  444. package/frontend/build/client/_app/immutable/chunks/3InFPLvE.js.br +0 -0
  445. package/frontend/build/client/_app/immutable/chunks/3InFPLvE.js.gz +0 -0
  446. package/frontend/build/client/_app/immutable/chunks/BAACMRH5.js +0 -17
  447. package/frontend/build/client/_app/immutable/chunks/BAACMRH5.js.br +0 -0
  448. package/frontend/build/client/_app/immutable/chunks/BAACMRH5.js.gz +0 -0
  449. package/frontend/build/client/_app/immutable/chunks/BAMUGSh7.js +6 -0
  450. package/frontend/build/client/_app/immutable/chunks/BAMUGSh7.js.br +0 -0
  451. package/frontend/build/client/_app/immutable/chunks/BAMUGSh7.js.gz +0 -0
  452. package/frontend/build/client/_app/immutable/chunks/BKuh57WU.js +6 -0
  453. package/frontend/build/client/_app/immutable/chunks/BKuh57WU.js.br +0 -0
  454. package/frontend/build/client/_app/immutable/chunks/BKuh57WU.js.gz +0 -0
  455. package/frontend/build/client/_app/immutable/chunks/{DkNBSlo2.js → BUwxRmHf.js} +1 -18
  456. package/frontend/build/client/_app/immutable/chunks/BUwxRmHf.js.br +0 -0
  457. package/frontend/build/client/_app/immutable/chunks/BUwxRmHf.js.gz +0 -0
  458. package/frontend/build/client/_app/immutable/chunks/Bfc47y5P.js +0 -17
  459. package/frontend/build/client/_app/immutable/chunks/Bfc47y5P.js.br +0 -0
  460. package/frontend/build/client/_app/immutable/chunks/Bfc47y5P.js.gz +0 -0
  461. package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/DYlaQsvN.js → build/client/_app/immutable/chunks/BmZ9upwL.js} +1 -18
  462. package/frontend/build/client/_app/immutable/chunks/BmZ9upwL.js.br +0 -0
  463. package/frontend/build/client/_app/immutable/chunks/BmZ9upwL.js.gz +0 -0
  464. package/frontend/build/client/_app/immutable/chunks/C1Vid6wz.js +0 -17
  465. package/frontend/build/client/_app/immutable/chunks/C1Vid6wz.js.br +0 -0
  466. package/frontend/build/client/_app/immutable/chunks/C1Vid6wz.js.gz +0 -0
  467. package/frontend/build/client/_app/immutable/chunks/C8OURRSs.js +0 -17
  468. package/frontend/build/client/_app/immutable/chunks/C8OURRSs.js.br +0 -0
  469. package/frontend/build/client/_app/immutable/chunks/C8OURRSs.js.gz +0 -0
  470. package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/oN0Z3NSF.js → build/client/_app/immutable/chunks/CGeZlCaI.js} +1 -18
  471. package/frontend/build/client/_app/immutable/chunks/CGeZlCaI.js.br +0 -0
  472. package/frontend/build/client/_app/immutable/chunks/CGeZlCaI.js.gz +0 -0
  473. package/frontend/build/client/_app/immutable/chunks/CKDtmZUQ.js +0 -17
  474. package/frontend/build/client/_app/immutable/chunks/CKDtmZUQ.js.br +0 -0
  475. package/frontend/build/client/_app/immutable/chunks/CKDtmZUQ.js.gz +0 -0
  476. package/frontend/build/client/_app/immutable/chunks/CMBQQ9RZ.js +0 -17
  477. package/frontend/build/client/_app/immutable/chunks/CMBQQ9RZ.js.br +0 -0
  478. package/frontend/build/client/_app/immutable/chunks/CMBQQ9RZ.js.gz +0 -0
  479. package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/BjUpWNbl.js → build/client/_app/immutable/chunks/CMEtqUfQ.js} +1 -18
  480. package/frontend/build/client/_app/immutable/chunks/CMEtqUfQ.js.br +0 -0
  481. package/frontend/build/client/_app/immutable/chunks/CMEtqUfQ.js.gz +0 -0
  482. package/frontend/build/client/_app/immutable/chunks/CNdcuGR0.js +0 -17
  483. package/frontend/build/client/_app/immutable/chunks/CNdcuGR0.js.br +0 -0
  484. package/frontend/build/client/_app/immutable/chunks/CNdcuGR0.js.gz +0 -0
  485. package/frontend/build/client/_app/immutable/chunks/CUC98kMZ.js +6 -0
  486. package/frontend/build/client/_app/immutable/chunks/CUC98kMZ.js.br +0 -0
  487. package/frontend/build/client/_app/immutable/chunks/CUC98kMZ.js.gz +0 -0
  488. package/frontend/build/client/_app/immutable/chunks/CgnwuKKO.js +0 -17
  489. package/frontend/build/client/_app/immutable/chunks/CgnwuKKO.js.br +0 -0
  490. package/frontend/build/client/_app/immutable/chunks/CgnwuKKO.js.gz +0 -0
  491. package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/B98sHkeB.js → build/client/_app/immutable/chunks/Co3xKhEp.js} +1 -18
  492. package/frontend/build/client/_app/immutable/chunks/Co3xKhEp.js.br +0 -0
  493. package/frontend/build/client/_app/immutable/chunks/Co3xKhEp.js.gz +0 -0
  494. package/frontend/build/client/_app/immutable/chunks/CuqnZUex.js +0 -17
  495. package/frontend/build/client/_app/immutable/chunks/CuqnZUex.js.br +0 -16
  496. package/frontend/build/client/_app/immutable/chunks/CuqnZUex.js.gz +0 -0
  497. package/frontend/build/client/_app/immutable/chunks/{DlNYZJ7K.js → CzlPaHY9.js} +1 -18
  498. package/frontend/build/client/_app/immutable/chunks/CzlPaHY9.js.br +0 -0
  499. package/frontend/build/client/_app/immutable/chunks/CzlPaHY9.js.gz +0 -0
  500. package/frontend/build/client/_app/immutable/chunks/DCgHuuvs.js +0 -17
  501. package/frontend/build/client/_app/immutable/chunks/DCgHuuvs.js.br +0 -0
  502. package/frontend/build/client/_app/immutable/chunks/DCgHuuvs.js.gz +0 -0
  503. package/frontend/build/client/_app/immutable/chunks/DHM6H-es.js +7 -0
  504. package/frontend/build/client/_app/immutable/chunks/DHM6H-es.js.br +0 -0
  505. package/frontend/build/client/_app/immutable/chunks/DHM6H-es.js.gz +0 -0
  506. package/frontend/build/client/_app/immutable/chunks/{3IV-uqHa.js → DMZwI8Cj.js} +1 -18
  507. package/frontend/build/client/_app/immutable/chunks/DMZwI8Cj.js.br +0 -0
  508. package/frontend/build/client/_app/immutable/chunks/DMZwI8Cj.js.gz +0 -0
  509. package/frontend/build/client/_app/immutable/chunks/DMyTUV-Y.js +8 -0
  510. package/frontend/build/client/_app/immutable/chunks/DMyTUV-Y.js.br +0 -0
  511. package/frontend/build/client/_app/immutable/chunks/DMyTUV-Y.js.gz +0 -0
  512. package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/D2gYTmAA.js → build/client/_app/immutable/chunks/DSLBMEpr.js} +1 -18
  513. package/frontend/build/client/_app/immutable/chunks/DSLBMEpr.js.br +0 -0
  514. package/frontend/build/client/_app/immutable/chunks/DSLBMEpr.js.gz +0 -0
  515. package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/DDblTLLE.js → build/client/_app/immutable/chunks/DbgD7JLa.js} +1 -18
  516. package/frontend/build/client/_app/immutable/chunks/DbgD7JLa.js.br +0 -0
  517. package/frontend/build/client/_app/immutable/chunks/DbgD7JLa.js.gz +0 -0
  518. package/frontend/build/client/_app/immutable/chunks/Dlnxgs49.js +0 -17
  519. package/frontend/build/client/_app/immutable/chunks/Dlnxgs49.js.br +0 -0
  520. package/frontend/build/client/_app/immutable/chunks/Dlnxgs49.js.gz +0 -0
  521. package/frontend/build/client/_app/immutable/chunks/TOCyHP97.js +0 -17
  522. package/frontend/build/client/_app/immutable/chunks/TOCyHP97.js.br +0 -0
  523. package/frontend/build/client/_app/immutable/chunks/TOCyHP97.js.gz +0 -0
  524. package/frontend/build/client/_app/immutable/chunks/nURnIknV.js +6 -0
  525. package/frontend/build/client/_app/immutable/chunks/nURnIknV.js.br +0 -0
  526. package/frontend/build/client/_app/immutable/chunks/nURnIknV.js.gz +0 -0
  527. package/frontend/build/client/_app/immutable/chunks/t-La0hgu.js +0 -17
  528. package/frontend/build/client/_app/immutable/chunks/t-La0hgu.js.br +0 -0
  529. package/frontend/build/client/_app/immutable/chunks/t-La0hgu.js.gz +0 -0
  530. package/frontend/build/client/_app/immutable/chunks/w0D4Uzlq.js +0 -17
  531. package/frontend/build/client/_app/immutable/chunks/w0D4Uzlq.js.br +0 -0
  532. package/frontend/build/client/_app/immutable/chunks/w0D4Uzlq.js.gz +0 -0
  533. package/frontend/build/client/_app/immutable/entry/{app.BCWbw5zZ.js → app.BkBD0hgA.js} +2 -19
  534. package/frontend/build/client/_app/immutable/entry/app.BkBD0hgA.js.br +0 -0
  535. package/frontend/build/client/_app/immutable/entry/app.BkBD0hgA.js.gz +0 -0
  536. package/frontend/build/client/_app/immutable/entry/start.BxeX1Uxs.js +6 -0
  537. package/frontend/build/client/_app/immutable/entry/start.BxeX1Uxs.js.br +6 -0
  538. package/frontend/build/client/_app/immutable/entry/start.BxeX1Uxs.js.gz +0 -0
  539. package/frontend/build/client/_app/immutable/nodes/0.ChjDHxSJ.js +11 -0
  540. package/frontend/build/client/_app/immutable/nodes/0.ChjDHxSJ.js.br +0 -0
  541. package/frontend/build/client/_app/immutable/nodes/0.ChjDHxSJ.js.gz +0 -0
  542. package/frontend/build/client/_app/immutable/nodes/1.DBSWa36f.js +6 -0
  543. package/frontend/build/client/_app/immutable/nodes/1.DBSWa36f.js.br +0 -0
  544. package/frontend/build/client/_app/immutable/nodes/1.DBSWa36f.js.gz +0 -0
  545. package/frontend/{.svelte-kit/output/client/_app/immutable/nodes/10.Bn4Ma-MU.js → build/client/_app/immutable/nodes/10.DEbnxfND.js} +1 -18
  546. package/frontend/build/client/_app/immutable/nodes/10.DEbnxfND.js.br +0 -0
  547. package/frontend/build/client/_app/immutable/nodes/10.DEbnxfND.js.gz +0 -0
  548. package/frontend/{.svelte-kit/output/client/_app/immutable/nodes/11.BacEu7sW.js → build/client/_app/immutable/nodes/11.O4cjXCg4.js} +1 -18
  549. package/frontend/build/client/_app/immutable/nodes/11.O4cjXCg4.js.br +0 -0
  550. package/frontend/build/client/_app/immutable/nodes/11.O4cjXCg4.js.gz +0 -0
  551. package/frontend/build/client/_app/immutable/nodes/12.BWQdeRdX.js +6 -0
  552. package/frontend/build/client/_app/immutable/nodes/12.BWQdeRdX.js.br +0 -0
  553. package/frontend/build/client/_app/immutable/nodes/12.BWQdeRdX.js.gz +0 -0
  554. package/frontend/build/client/_app/immutable/nodes/2.BnHalSCi.js +6 -0
  555. package/frontend/build/client/_app/immutable/nodes/2.BnHalSCi.js.br +0 -0
  556. package/frontend/build/client/_app/immutable/nodes/2.BnHalSCi.js.gz +0 -0
  557. package/frontend/build/client/_app/immutable/nodes/{3.DHx0kho3.js → 3._S1vrLVF.js} +1 -18
  558. package/frontend/build/client/_app/immutable/nodes/3._S1vrLVF.js.br +0 -0
  559. package/frontend/build/client/_app/immutable/nodes/3._S1vrLVF.js.gz +0 -0
  560. package/frontend/{.svelte-kit/output/client/_app/immutable/nodes/4.CnaMiirx.js → build/client/_app/immutable/nodes/4.D-YT_JJe.js} +1 -18
  561. package/frontend/build/client/_app/immutable/nodes/4.D-YT_JJe.js.br +0 -0
  562. package/frontend/build/client/_app/immutable/nodes/4.D-YT_JJe.js.gz +0 -0
  563. package/frontend/build/client/_app/immutable/nodes/{5.B6m-zTVe.js → 5.BiFBiWcW.js} +1 -18
  564. package/frontend/build/client/_app/immutable/nodes/5.BiFBiWcW.js.br +0 -0
  565. package/frontend/build/client/_app/immutable/nodes/5.BiFBiWcW.js.gz +0 -0
  566. package/frontend/build/client/_app/immutable/nodes/{6.BPDag1zv.js → 6.BNS-W0R_.js} +1 -18
  567. package/frontend/build/client/_app/immutable/nodes/6.BNS-W0R_.js.br +0 -0
  568. package/frontend/build/client/_app/immutable/nodes/6.BNS-W0R_.js.gz +0 -0
  569. package/frontend/{.svelte-kit/output/client/_app/immutable/nodes/7.D7LwxSvT.js → build/client/_app/immutable/nodes/7.C-pKvVZy.js} +1 -18
  570. package/frontend/build/client/_app/immutable/nodes/7.C-pKvVZy.js.br +0 -0
  571. package/frontend/build/client/_app/immutable/nodes/7.C-pKvVZy.js.gz +0 -0
  572. package/frontend/build/client/_app/immutable/nodes/{8.CCkNX20G.js → 8.BEUdazrw.js} +1 -18
  573. package/frontend/build/client/_app/immutable/nodes/8.BEUdazrw.js.br +0 -0
  574. package/frontend/build/client/_app/immutable/nodes/8.BEUdazrw.js.gz +0 -0
  575. package/frontend/build/client/_app/immutable/nodes/{9.HDerA6JV.js → 9.CrLHYPEJ.js} +1 -18
  576. package/frontend/build/client/_app/immutable/nodes/9.CrLHYPEJ.js.br +0 -0
  577. package/frontend/build/client/_app/immutable/nodes/9.CrLHYPEJ.js.gz +0 -0
  578. package/frontend/build/client/_app/version.json +1 -1
  579. package/frontend/build/client/_app/version.json.br +0 -0
  580. package/frontend/build/client/_app/version.json.gz +0 -0
  581. package/frontend/build/env.js +0 -17
  582. package/frontend/build/handler.js +0 -17
  583. package/frontend/build/index.js +0 -17
  584. package/frontend/build/server/chunks/0-Cn_2hzqk.js +22 -0
  585. package/frontend/build/server/chunks/0-Cn_2hzqk.js.map +5 -0
  586. package/frontend/build/server/chunks/1-BrRGJFSB.js +14 -0
  587. package/frontend/build/server/chunks/1-BrRGJFSB.js.map +5 -0
  588. package/frontend/build/server/chunks/10-l6_ikL_D.js +14 -0
  589. package/frontend/build/server/chunks/{10-Bhe409bL.js.map → 10-l6_ikL_D.js.map} +1 -17
  590. package/frontend/build/server/chunks/11-BLPbHJqB.js +14 -0
  591. package/frontend/build/server/chunks/{11-DqyXW7n1.js.map → 11-BLPbHJqB.js.map} +1 -17
  592. package/frontend/build/server/chunks/12-S1ujUrHy.js +14 -0
  593. package/frontend/build/server/chunks/{12-BCpjMUbs.js.map → 12-S1ujUrHy.js.map} +1 -17
  594. package/frontend/build/server/chunks/2-Cte30Dgy.js +14 -0
  595. package/frontend/build/server/chunks/2-Cte30Dgy.js.map +5 -0
  596. package/frontend/build/server/chunks/3-BHkXVoNI.js +14 -0
  597. package/frontend/build/server/chunks/{3-y2kzPO2X.js.map → 3-BHkXVoNI.js.map} +1 -17
  598. package/frontend/build/server/chunks/4-Bo04DC5Z.js +14 -0
  599. package/frontend/build/server/chunks/4-Bo04DC5Z.js.map +5 -0
  600. package/frontend/build/server/chunks/5-F1ZsXMt2.js +14 -0
  601. package/frontend/build/server/chunks/5-F1ZsXMt2.js.map +5 -0
  602. package/frontend/build/server/chunks/6-FlZLnYJ6.js +14 -0
  603. package/frontend/build/server/chunks/6-FlZLnYJ6.js.map +5 -0
  604. package/frontend/build/server/chunks/7-DiQJZEF_.js +14 -0
  605. package/frontend/build/server/chunks/{7-DekQfQHu.js.map → 7-DiQJZEF_.js.map} +1 -17
  606. package/frontend/build/server/chunks/8-DXReUGxi.js +14 -0
  607. package/frontend/build/server/chunks/8-DXReUGxi.js.map +5 -0
  608. package/frontend/build/server/chunks/9-Cy_mGmt4.js +14 -0
  609. package/frontend/build/server/chunks/{9-C5sKo9aY.js.map → 9-Cy_mGmt4.js.map} +1 -17
  610. package/frontend/build/server/chunks/{BackLink-KxZNqsaq.js → BackLink-BJ8NaemM.js} +2 -19
  611. package/frontend/build/server/chunks/{BackLink-KxZNqsaq.js.map → BackLink-BJ8NaemM.js.map} +1 -17
  612. package/frontend/build/server/chunks/Badge-44ZTDx0V.js +18 -0
  613. package/frontend/build/server/chunks/{Badge-B5V-z6pI.js.map → Badge-44ZTDx0V.js.map} +1 -17
  614. package/frontend/build/server/chunks/{ConfirmModal-Ckkt99Pn.js → ConfirmModal-C0EAXcq_.js} +4 -21
  615. package/frontend/build/server/chunks/{ConfirmModal-Ckkt99Pn.js.map → ConfirmModal-C0EAXcq_.js.map} +1 -17
  616. package/frontend/build/server/chunks/{EmptyState-BwwbShnX.js → EmptyState-BA_eXaeR.js} +3 -20
  617. package/frontend/build/server/chunks/{EmptyState-BwwbShnX.js.map → EmptyState-BA_eXaeR.js.map} +1 -17
  618. package/frontend/build/server/chunks/{Modal-DG-6c5si.js → Modal-DChG187n.js} +2 -19
  619. package/frontend/build/server/chunks/{Modal-DG-6c5si.js.map → Modal-DChG187n.js.map} +1 -17
  620. package/frontend/build/server/chunks/{Toast-CIG4edEp.js → Toast-v-q4ZnYq.js} +2 -19
  621. package/frontend/build/server/chunks/{Toast-CIG4edEp.js.map → Toast-v-q4ZnYq.js.map} +1 -17
  622. package/frontend/build/server/chunks/_layout.svelte-CHVI3Prt.js +29 -0
  623. package/frontend/build/server/chunks/{_layout.svelte-BjPrZpoG.js.map → _layout.svelte-CHVI3Prt.js.map} +1 -17
  624. package/frontend/build/server/chunks/{_page.svelte-BbZNxvCl.js → _page.svelte-1as75nPc.js} +14 -30
  625. package/frontend/build/server/chunks/{_page.svelte-BbZNxvCl.js.map → _page.svelte-1as75nPc.js.map} +1 -17
  626. package/frontend/build/server/chunks/{_page.svelte-CLFpft5D.js → _page.svelte-1jo8MapI.js} +11 -28
  627. package/frontend/build/server/chunks/{_page.svelte-CLFpft5D.js.map → _page.svelte-1jo8MapI.js.map} +1 -17
  628. package/frontend/build/server/chunks/{_page.svelte-BHw14GPR.js → _page.svelte-BuFusRK1.js} +12 -29
  629. package/frontend/build/server/chunks/{_page.svelte-BHw14GPR.js.map → _page.svelte-BuFusRK1.js.map} +1 -17
  630. package/frontend/build/server/chunks/{_page.svelte-D78qaBDN.js → _page.svelte-CAVyp70V.js} +14 -30
  631. package/frontend/build/server/chunks/{_page.svelte-D78qaBDN.js.map → _page.svelte-CAVyp70V.js.map} +1 -17
  632. package/frontend/build/server/chunks/{_page.svelte-D2oF79cT.js → _page.svelte-CB8-QBNg.js} +11 -28
  633. package/frontend/build/server/chunks/{_page.svelte-D2oF79cT.js.map → _page.svelte-CB8-QBNg.js.map} +1 -17
  634. package/frontend/build/server/chunks/{_page.svelte-DyyuZN_3.js → _page.svelte-CWWeZuid.js} +11 -28
  635. package/frontend/build/server/chunks/{_page.svelte-DyyuZN_3.js.map → _page.svelte-CWWeZuid.js.map} +1 -17
  636. package/frontend/build/server/chunks/_page.svelte-CpB-fgJl.js +224 -0
  637. package/frontend/build/server/chunks/_page.svelte-CpB-fgJl.js.map +5 -0
  638. package/frontend/build/server/chunks/_page.svelte-D3E6Eojd.js +32 -0
  639. package/frontend/build/server/chunks/{_page.svelte-B9rjnZWE.js.map → _page.svelte-D3E6Eojd.js.map} +1 -17
  640. package/frontend/build/server/chunks/_page.svelte-Kg69DDaM.js +32 -0
  641. package/frontend/build/server/chunks/{_page.svelte-D1aYn1PL.js.map → _page.svelte-Kg69DDaM.js.map} +1 -17
  642. package/frontend/build/server/chunks/{_page.svelte-ubW5EUCf.js → _page.svelte-L9fuiN_q.js} +10 -27
  643. package/frontend/build/server/chunks/{_page.svelte-ubW5EUCf.js.map → _page.svelte-L9fuiN_q.js.map} +1 -17
  644. package/frontend/build/server/chunks/{_page.svelte-Cr16HubD.js → _page.svelte-wKyUmA2e.js} +12 -29
  645. package/frontend/build/server/chunks/{_page.svelte-Cr16HubD.js.map → _page.svelte-wKyUmA2e.js.map} +1 -17
  646. package/frontend/build/server/chunks/attributes-BeaNKpgU.js +0 -17
  647. package/frontend/build/server/chunks/attributes-BeaNKpgU.js.map +0 -16
  648. package/frontend/build/server/chunks/{auth-rlH-cIzn.js → auth-Chw-wBpI.js} +2 -19
  649. package/frontend/build/server/chunks/{auth-rlH-cIzn.js.map → auth-Chw-wBpI.js.map} +1 -17
  650. package/frontend/build/server/chunks/auth2-C02yYDpz.js +0 -17
  651. package/frontend/build/server/chunks/auth2-C02yYDpz.js.map +0 -16
  652. package/frontend/build/server/chunks/{client-DyII78e0.js → client-DEmxR_a-.js} +2 -19
  653. package/frontend/build/server/chunks/{client-DyII78e0.js.map → client-DEmxR_a-.js.map} +1 -17
  654. package/frontend/build/server/chunks/common-DYYTVHPw.js +26 -0
  655. package/frontend/build/server/chunks/common-DYYTVHPw.js.map +5 -0
  656. package/frontend/build/server/chunks/constants-CXTaQaB6.js +27 -0
  657. package/frontend/build/server/chunks/constants-CXTaQaB6.js.map +5 -0
  658. package/frontend/build/server/chunks/error.svelte-BD3xNemk.js +33 -0
  659. package/frontend/build/server/chunks/{error.svelte-BDW3iP1O.js.map → error.svelte-BD3xNemk.js.map} +1 -17
  660. package/frontend/build/server/chunks/escaping-CqgfEcN3.js +0 -17
  661. package/frontend/build/server/chunks/escaping-CqgfEcN3.js.map +0 -16
  662. package/frontend/build/server/chunks/exports-D0QHgeSL.js +0 -17
  663. package/frontend/build/server/chunks/exports-D0QHgeSL.js.map +0 -16
  664. package/frontend/build/server/chunks/{format-0SSB1oGG.js → format-CiNRMfHu.js} +2 -19
  665. package/frontend/build/server/chunks/{format-0SSB1oGG.js.map → format-CiNRMfHu.js.map} +1 -17
  666. package/frontend/build/server/chunks/index-server-B3M9vyh2.js +19 -0
  667. package/frontend/build/server/chunks/index-server-B3M9vyh2.js.map +5 -0
  668. package/frontend/build/server/chunks/{index2-DG8XHU5D.js → index2-5R1tbrep.js} +2 -19
  669. package/frontend/build/server/chunks/{index2-DG8XHU5D.js.map → index2-5R1tbrep.js.map} +1 -17
  670. package/frontend/build/server/chunks/{reports-DnYbvluH.js → reports-D_ApeeNh.js} +2 -19
  671. package/frontend/build/server/chunks/{reports-DnYbvluH.js.map → reports-D_ApeeNh.js.map} +1 -17
  672. package/frontend/build/server/chunks/{reports2-DR4XlcJg.js → reports2-BtElN_53.js} +2 -19
  673. package/frontend/build/server/chunks/{reports2-DR4XlcJg.js.map → reports2-BtElN_53.js.map} +1 -17
  674. package/frontend/build/server/chunks/{repository-D9Derhnk.js → repository-FYYV_vKE.js} +3 -21
  675. package/frontend/build/server/chunks/repository-FYYV_vKE.js.map +5 -0
  676. package/frontend/build/server/chunks/{runner-DE5sufZH.js → runner-DC7hXbnY.js} +5 -22
  677. package/frontend/build/server/chunks/runner-DC7hXbnY.js.map +5 -0
  678. package/frontend/build/server/chunks/stores-BLenR3c1.js +32 -0
  679. package/frontend/build/server/chunks/{stores-DlkXV308.js.map → stores-BLenR3c1.js.map} +1 -17
  680. package/frontend/build/server/chunks/theme-nAx-GvX_.js +15 -0
  681. package/frontend/build/server/chunks/theme-nAx-GvX_.js.map +5 -0
  682. package/frontend/build/server/index.js +2 -19
  683. package/frontend/build/server/index.js.map +1 -17
  684. package/frontend/build/server/manifest.js +14 -31
  685. package/frontend/build/server/manifest.js.map +1 -17
  686. package/frontend/build/shims.js +0 -17
  687. package/frontend/package.json +1 -0
  688. package/frontend/src/app.css +1 -13
  689. package/frontend/src/app.html +1 -13
  690. package/frontend/src/lib/api/activeRuns.js +18 -0
  691. package/frontend/src/lib/api/auth.js +1 -13
  692. package/frontend/src/lib/api/reports.js +1 -13
  693. package/frontend/src/lib/api/repository.js +1 -13
  694. package/frontend/src/lib/api/runners.js +26 -21
  695. package/frontend/src/lib/api/schedules.js +1 -13
  696. package/frontend/src/lib/api/settings.js +11 -23
  697. package/frontend/src/lib/api/tests.js +1 -13
  698. package/frontend/src/lib/api/users.js +1 -13
  699. package/frontend/src/lib/components/icons/BrowserIcon.svelte +1 -13
  700. package/frontend/src/lib/components/layout/Nav.svelte +1 -13
  701. package/frontend/src/lib/components/layout/PageShell.svelte +1 -13
  702. package/frontend/src/lib/components/layout/RunnerPanel.svelte +146 -105
  703. package/frontend/src/lib/components/ui/AutomatedBadge.svelte +2 -31
  704. package/frontend/src/lib/components/ui/BackLink.svelte +1 -30
  705. package/frontend/src/lib/components/ui/Badge.svelte +1 -13
  706. package/frontend/src/lib/components/ui/Button.svelte +1 -13
  707. package/frontend/src/lib/components/ui/CaseIdChip.svelte +1 -30
  708. package/frontend/src/lib/components/ui/ConfirmModal.svelte +8 -17
  709. package/frontend/src/lib/components/ui/EmptyState.svelte +26 -15
  710. package/frontend/src/lib/components/ui/Modal.svelte +1 -13
  711. package/frontend/src/lib/components/ui/Pagination.svelte +1 -13
  712. package/frontend/src/lib/components/ui/PriorityBadge.svelte +1 -30
  713. package/frontend/src/lib/components/ui/ResultChip.svelte +1 -30
  714. package/frontend/src/lib/components/ui/StatusDot.svelte +1 -30
  715. package/frontend/src/lib/components/ui/StepKeyword.svelte +1 -30
  716. package/frontend/src/lib/components/ui/StepStatusIcon.svelte +1 -30
  717. package/frontend/src/lib/components/ui/TagChip.svelte +1 -30
  718. package/frontend/src/lib/components/ui/Terminal.svelte +1 -13
  719. package/frontend/src/lib/components/ui/Toast.svelte +1 -13
  720. package/frontend/src/lib/constants.js +5 -17
  721. package/frontend/src/lib/copy/auth.js +29 -0
  722. package/frontend/src/lib/copy/common.js +39 -0
  723. package/frontend/src/lib/copy/dashboard.js +28 -0
  724. package/frontend/src/lib/copy/reports.js +83 -0
  725. package/frontend/src/lib/copy/repository.js +153 -0
  726. package/frontend/src/lib/copy/runners.js +59 -0
  727. package/frontend/src/lib/copy/schedules.js +96 -0
  728. package/frontend/src/lib/copy/settings.js +295 -0
  729. package/frontend/src/lib/index.js +1 -13
  730. package/frontend/src/lib/socketEvents.js +36 -0
  731. package/frontend/src/lib/stores/auth.js +1 -13
  732. package/frontend/src/lib/stores/runner.js +10 -18
  733. package/frontend/src/lib/stores/theme.js +1 -13
  734. package/frontend/src/lib/styles/global.css +1 -13
  735. package/frontend/src/lib/styles/reset.css +1 -13
  736. package/frontend/src/lib/styles/tokens.css +1 -13
  737. package/frontend/src/lib/utils/format.js +1 -13
  738. package/frontend/src/routes/+layout.js +1 -13
  739. package/frontend/src/routes/+layout.svelte +1 -13
  740. package/frontend/src/routes/+page.svelte +296 -115
  741. package/frontend/src/routes/login/+page.svelte +22 -23
  742. package/frontend/src/routes/reports/+page.svelte +37 -38
  743. package/frontend/src/routes/reports/[id]/+page.svelte +54 -43
  744. package/frontend/src/routes/reports/live/+page.svelte +57 -42
  745. package/frontend/src/routes/scheduled-tests/+page.svelte +134 -117
  746. package/frontend/src/routes/settings/+page.svelte +490 -267
  747. package/frontend/src/routes/setup/+page.svelte +30 -27
  748. package/frontend/src/routes/test-repository/+page.svelte +120 -91
  749. package/frontend/src/routes/test-repository/runs/[id]/+page.svelte +95 -60
  750. package/frontend/src/routes/test-repository/suites/[id]/+page.svelte +145 -91
  751. package/frontend/svelte.config.js +1 -13
  752. package/frontend/vite.config.js +1 -13
  753. package/package.json +2 -2
  754. package/resources/mit-license.txt +2 -0
  755. package/backend/scripts/create-test.js +0 -149
  756. package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.CrXpMrqh.css +0 -23
  757. package/frontend/.svelte-kit/output/client/_app/immutable/assets/2.CrXpMrqh.css +0 -23
  758. package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.CrXpMrqh.css +0 -23
  759. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/4N1zIH8t.js +0 -23
  760. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BhvHtTRh.js +0 -23
  761. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/C1sukchk.js +0 -23
  762. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DW85KPAh.js +0 -24
  763. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DW_iTTZe.js +0 -23
  764. package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DtGXv8RA.js +0 -25
  765. package/frontend/.svelte-kit/output/client/_app/immutable/entry/start.2_AF42wj.js +0 -23
  766. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/0.BAqq2UTE.js +0 -28
  767. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/1.D5VvLtGP.js +0 -23
  768. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/12.0YGtl1uj.js +0 -23
  769. package/frontend/.svelte-kit/output/client/_app/immutable/nodes/2.C2jjMA-Z.js +0 -23
  770. package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.CrXpMrqh.css +0 -23
  771. package/frontend/build/client/_app/immutable/assets/2.CrXpMrqh.css +0 -23
  772. package/frontend/build/client/_app/immutable/assets/2.CrXpMrqh.css.br +0 -0
  773. package/frontend/build/client/_app/immutable/assets/2.CrXpMrqh.css.gz +0 -0
  774. package/frontend/build/client/_app/immutable/assets/_page.CrXpMrqh.css +0 -23
  775. package/frontend/build/client/_app/immutable/assets/_page.CrXpMrqh.css.br +0 -0
  776. package/frontend/build/client/_app/immutable/assets/_page.CrXpMrqh.css.gz +0 -0
  777. package/frontend/build/client/_app/immutable/chunks/3IV-uqHa.js.br +0 -0
  778. package/frontend/build/client/_app/immutable/chunks/3IV-uqHa.js.gz +0 -0
  779. package/frontend/build/client/_app/immutable/chunks/4N1zIH8t.js +0 -23
  780. package/frontend/build/client/_app/immutable/chunks/4N1zIH8t.js.br +0 -0
  781. package/frontend/build/client/_app/immutable/chunks/4N1zIH8t.js.gz +0 -0
  782. package/frontend/build/client/_app/immutable/chunks/B98sHkeB.js.br +0 -0
  783. package/frontend/build/client/_app/immutable/chunks/B98sHkeB.js.gz +0 -0
  784. package/frontend/build/client/_app/immutable/chunks/BhvHtTRh.js +0 -23
  785. package/frontend/build/client/_app/immutable/chunks/BhvHtTRh.js.br +0 -0
  786. package/frontend/build/client/_app/immutable/chunks/BhvHtTRh.js.gz +0 -0
  787. package/frontend/build/client/_app/immutable/chunks/BjUpWNbl.js.br +0 -0
  788. package/frontend/build/client/_app/immutable/chunks/BjUpWNbl.js.gz +0 -0
  789. package/frontend/build/client/_app/immutable/chunks/C1sukchk.js +0 -23
  790. package/frontend/build/client/_app/immutable/chunks/C1sukchk.js.br +0 -0
  791. package/frontend/build/client/_app/immutable/chunks/C1sukchk.js.gz +0 -0
  792. package/frontend/build/client/_app/immutable/chunks/D2cvzNT9.js.br +0 -0
  793. package/frontend/build/client/_app/immutable/chunks/D2cvzNT9.js.gz +0 -0
  794. package/frontend/build/client/_app/immutable/chunks/D2gYTmAA.js.br +0 -0
  795. package/frontend/build/client/_app/immutable/chunks/D2gYTmAA.js.gz +0 -0
  796. package/frontend/build/client/_app/immutable/chunks/DDblTLLE.js.br +0 -0
  797. package/frontend/build/client/_app/immutable/chunks/DDblTLLE.js.gz +0 -0
  798. package/frontend/build/client/_app/immutable/chunks/DW85KPAh.js +0 -24
  799. package/frontend/build/client/_app/immutable/chunks/DW85KPAh.js.br +0 -0
  800. package/frontend/build/client/_app/immutable/chunks/DW85KPAh.js.gz +0 -0
  801. package/frontend/build/client/_app/immutable/chunks/DW_iTTZe.js +0 -23
  802. package/frontend/build/client/_app/immutable/chunks/DW_iTTZe.js.br +0 -0
  803. package/frontend/build/client/_app/immutable/chunks/DW_iTTZe.js.gz +0 -0
  804. package/frontend/build/client/_app/immutable/chunks/DYlaQsvN.js.br +0 -0
  805. package/frontend/build/client/_app/immutable/chunks/DYlaQsvN.js.gz +0 -0
  806. package/frontend/build/client/_app/immutable/chunks/DkNBSlo2.js.br +0 -0
  807. package/frontend/build/client/_app/immutable/chunks/DkNBSlo2.js.gz +0 -0
  808. package/frontend/build/client/_app/immutable/chunks/DlNYZJ7K.js.br +0 -0
  809. package/frontend/build/client/_app/immutable/chunks/DlNYZJ7K.js.gz +0 -0
  810. package/frontend/build/client/_app/immutable/chunks/DtGXv8RA.js +0 -25
  811. package/frontend/build/client/_app/immutable/chunks/DtGXv8RA.js.br +0 -0
  812. package/frontend/build/client/_app/immutable/chunks/DtGXv8RA.js.gz +0 -0
  813. package/frontend/build/client/_app/immutable/chunks/oN0Z3NSF.js.br +0 -0
  814. package/frontend/build/client/_app/immutable/chunks/oN0Z3NSF.js.gz +0 -0
  815. package/frontend/build/client/_app/immutable/entry/app.BCWbw5zZ.js.br +0 -0
  816. package/frontend/build/client/_app/immutable/entry/app.BCWbw5zZ.js.gz +0 -0
  817. package/frontend/build/client/_app/immutable/entry/start.2_AF42wj.js +0 -23
  818. package/frontend/build/client/_app/immutable/entry/start.2_AF42wj.js.br +0 -22
  819. package/frontend/build/client/_app/immutable/entry/start.2_AF42wj.js.gz +0 -0
  820. package/frontend/build/client/_app/immutable/nodes/0.BAqq2UTE.js +0 -28
  821. package/frontend/build/client/_app/immutable/nodes/0.BAqq2UTE.js.br +0 -0
  822. package/frontend/build/client/_app/immutable/nodes/0.BAqq2UTE.js.gz +0 -0
  823. package/frontend/build/client/_app/immutable/nodes/1.D5VvLtGP.js +0 -23
  824. package/frontend/build/client/_app/immutable/nodes/1.D5VvLtGP.js.br +0 -0
  825. package/frontend/build/client/_app/immutable/nodes/1.D5VvLtGP.js.gz +0 -0
  826. package/frontend/build/client/_app/immutable/nodes/10.Bn4Ma-MU.js.br +0 -0
  827. package/frontend/build/client/_app/immutable/nodes/10.Bn4Ma-MU.js.gz +0 -0
  828. package/frontend/build/client/_app/immutable/nodes/11.BacEu7sW.js.br +0 -0
  829. package/frontend/build/client/_app/immutable/nodes/11.BacEu7sW.js.gz +0 -0
  830. package/frontend/build/client/_app/immutable/nodes/12.0YGtl1uj.js +0 -23
  831. package/frontend/build/client/_app/immutable/nodes/12.0YGtl1uj.js.br +0 -0
  832. package/frontend/build/client/_app/immutable/nodes/12.0YGtl1uj.js.gz +0 -0
  833. package/frontend/build/client/_app/immutable/nodes/2.C2jjMA-Z.js +0 -23
  834. package/frontend/build/client/_app/immutable/nodes/2.C2jjMA-Z.js.br +0 -0
  835. package/frontend/build/client/_app/immutable/nodes/2.C2jjMA-Z.js.gz +0 -0
  836. package/frontend/build/client/_app/immutable/nodes/3.DHx0kho3.js.br +0 -0
  837. package/frontend/build/client/_app/immutable/nodes/3.DHx0kho3.js.gz +0 -0
  838. package/frontend/build/client/_app/immutable/nodes/4.CnaMiirx.js.br +0 -0
  839. package/frontend/build/client/_app/immutable/nodes/4.CnaMiirx.js.gz +0 -0
  840. package/frontend/build/client/_app/immutable/nodes/5.B6m-zTVe.js.br +0 -0
  841. package/frontend/build/client/_app/immutable/nodes/5.B6m-zTVe.js.gz +0 -0
  842. package/frontend/build/client/_app/immutable/nodes/6.BPDag1zv.js.br +0 -0
  843. package/frontend/build/client/_app/immutable/nodes/6.BPDag1zv.js.gz +0 -0
  844. package/frontend/build/client/_app/immutable/nodes/7.D7LwxSvT.js.br +0 -0
  845. package/frontend/build/client/_app/immutable/nodes/7.D7LwxSvT.js.gz +0 -0
  846. package/frontend/build/client/_app/immutable/nodes/8.CCkNX20G.js.br +0 -0
  847. package/frontend/build/client/_app/immutable/nodes/8.CCkNX20G.js.gz +0 -0
  848. package/frontend/build/client/_app/immutable/nodes/9.HDerA6JV.js.br +0 -0
  849. package/frontend/build/client/_app/immutable/nodes/9.HDerA6JV.js.gz +0 -0
  850. package/frontend/build/server/chunks/0-Di4jNU9J.js +0 -39
  851. package/frontend/build/server/chunks/0-Di4jNU9J.js.map +0 -21
  852. package/frontend/build/server/chunks/1-DR5YRUTa.js +0 -31
  853. package/frontend/build/server/chunks/1-DR5YRUTa.js.map +0 -21
  854. package/frontend/build/server/chunks/10-Bhe409bL.js +0 -31
  855. package/frontend/build/server/chunks/11-DqyXW7n1.js +0 -31
  856. package/frontend/build/server/chunks/12-BCpjMUbs.js +0 -31
  857. package/frontend/build/server/chunks/2-D-0buH5i.js +0 -31
  858. package/frontend/build/server/chunks/2-D-0buH5i.js.map +0 -21
  859. package/frontend/build/server/chunks/3-y2kzPO2X.js +0 -31
  860. package/frontend/build/server/chunks/4-CFrK8HST.js +0 -31
  861. package/frontend/build/server/chunks/4-CFrK8HST.js.map +0 -21
  862. package/frontend/build/server/chunks/5-B0lJu5bT.js +0 -31
  863. package/frontend/build/server/chunks/5-B0lJu5bT.js.map +0 -21
  864. package/frontend/build/server/chunks/6-BD4CEJ3Z.js +0 -31
  865. package/frontend/build/server/chunks/6-BD4CEJ3Z.js.map +0 -21
  866. package/frontend/build/server/chunks/7-DekQfQHu.js +0 -31
  867. package/frontend/build/server/chunks/8-BMqmu7WF.js +0 -31
  868. package/frontend/build/server/chunks/8-BMqmu7WF.js.map +0 -21
  869. package/frontend/build/server/chunks/9-C5sKo9aY.js +0 -31
  870. package/frontend/build/server/chunks/Badge-B5V-z6pI.js +0 -35
  871. package/frontend/build/server/chunks/_layout.svelte-BjPrZpoG.js +0 -46
  872. package/frontend/build/server/chunks/_page.svelte-B9rjnZWE.js +0 -49
  873. package/frontend/build/server/chunks/_page.svelte-D1aYn1PL.js +0 -49
  874. package/frontend/build/server/chunks/_page.svelte-sbqebZYx.js +0 -206
  875. package/frontend/build/server/chunks/_page.svelte-sbqebZYx.js.map +0 -21
  876. package/frontend/build/server/chunks/common-Db-bgKYG.js +0 -42
  877. package/frontend/build/server/chunks/common-Db-bgKYG.js.map +0 -21
  878. package/frontend/build/server/chunks/constants-cZ2kUwWa.js +0 -41
  879. package/frontend/build/server/chunks/constants-cZ2kUwWa.js.map +0 -21
  880. package/frontend/build/server/chunks/error.svelte-BDW3iP1O.js +0 -50
  881. package/frontend/build/server/chunks/index-server-Dr2Nvcmu.js +0 -36
  882. package/frontend/build/server/chunks/index-server-Dr2Nvcmu.js.map +0 -21
  883. package/frontend/build/server/chunks/repository-D9Derhnk.js.map +0 -21
  884. package/frontend/build/server/chunks/runner-DE5sufZH.js.map +0 -21
  885. package/frontend/build/server/chunks/stores-DlkXV308.js +0 -49
  886. package/frontend/build/server/chunks/theme-D_NKm6iI.js +0 -32
  887. package/frontend/build/server/chunks/theme-D_NKm6iI.js.map +0 -21
  888. package/resources/gpl-3.0-license.txt +0 -14
@@ -1,39 +1,16 @@
1
- /*
2
- * This file is part of Plum.
3
- *
4
- * Plum is free software: you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation, either version 3 of the License, or
7
- * (at your option) any later version.
8
- *
9
- * Plum is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License
15
- * along with Plum. If not, see https://www.gnu.org/licenses/.
16
- */
17
-
18
1
  /*
19
2
  * This file is part of Plum.
20
3
  * Licensed under the MIT License. See LICENSE file in the project root for details.
21
4
  */
22
5
 
23
- import { X as store_get, Y as head, Z as ensure_array_like, _ as stringify, $ as unsubscribe_stores, p as pop, a as push } from "../../chunks/index.js";
6
+ import { X as head, Y as ensure_array_like, Z as stringify, p as pop, a as push } from "../../chunks/index.js";
24
7
  import { o as onDestroy } from "../../chunks/index-server.js";
25
- import { A as API_BASE } from "../../chunks/constants.js";
26
- import { t as testsVersion } from "../../chunks/runner.js";
8
+ import "../../chunks/runner.js";
27
9
  import { s as stagger } from "../../chunks/format.js";
28
10
  import { E as EmptyState } from "../../chunks/EmptyState.js";
29
- import { p as pluralize } from "../../chunks/common.js";
11
+ import { p as pluralize, S as SORT_BY_LABEL } from "../../chunks/common.js";
30
12
  import { e as escape_html } from "../../chunks/escaping.js";
31
13
  import { a as attr } from "../../chunks/attributes.js";
32
- async function fetchSuites() {
33
- const res = await fetch(`${API_BASE}/tests`);
34
- const { suites } = await res.json();
35
- return suites.suites ?? [];
36
- }
37
14
  const PAGE_TITLE = "Automated Tests — Plum";
38
15
  const HEADING = "Tests";
39
16
  const SEARCH_PLACEHOLDER = "Search suites or tests…";
@@ -48,25 +25,28 @@ const copiedTitle = (id) => `Copied ${id}`;
48
25
  const copyTitle = (id) => `Copy ${id}`;
49
26
  const runIdTitle = (pid) => `Run ${pid}`;
50
27
  const runTestLabel = (name) => `Run ${name}`;
28
+ const collapseOrExpandSuiteLabel = (expanded) => expanded ? "Collapse suite" : "Expand suite";
51
29
  const visibleOfTotal = (visible, total) => `${visible} of ${total} tests`;
52
30
  const testCountLabel = (count) => `${count} ${pluralize(count, "test")}`;
53
31
  const suiteSummary = (suiteCount, testCount) => `${suiteCount} ${pluralize(suiteCount, "suite")} · ${testCount} ${pluralize(testCount, "test")}`;
54
32
  function _page($$payload, $$props) {
55
33
  push();
56
- var $$store_subs;
57
34
  let q, filtered, totalTests, visibleTests;
58
35
  let suites = [];
59
36
  let search = "";
60
37
  let expandedSteps = /* @__PURE__ */ new Set();
38
+ let collapsedSuites = /* @__PURE__ */ new Set();
61
39
  let copiedIds = /* @__PURE__ */ new Set();
62
40
  const copyTimers = /* @__PURE__ */ new Map();
63
- async function loadSuites() {
41
+ function readSort(key, fallback) {
64
42
  try {
65
- suites = await fetchSuites();
66
- } catch (e) {
67
- console.error("Failed to fetch suites", e);
43
+ const v = sessionStorage.getItem(key);
44
+ if (v) return JSON.parse(v);
45
+ } catch {
68
46
  }
47
+ return fallback;
69
48
  }
49
+ let sort = readSort("plum:automated-tests:sort", { by: "id", order: "desc" });
70
50
  function suiteIds(suite) {
71
51
  return Array.isArray(suite.suiteId) ? suite.suiteId : [suite.suiteId];
72
52
  }
@@ -79,7 +59,6 @@ function _page($$payload, $$props) {
79
59
  onDestroy(() => {
80
60
  for (const timer of copyTimers.values()) clearTimeout(timer);
81
61
  });
82
- if (store_get($$store_subs ??= {}, "$testsVersion", testsVersion)) loadSuites();
83
62
  q = search.trim().toLowerCase();
84
63
  filtered = suites.map((suite) => {
85
64
  if (!q) return suite;
@@ -90,13 +69,22 @@ function _page($$payload, $$props) {
90
69
  ...suite,
91
70
  tests: suiteMatches ? suite.tests : matchedTests
92
71
  };
93
- }).filter(Boolean);
72
+ }).filter(Boolean).map((suite) => ({
73
+ ...suite,
74
+ tests: [...suite.tests].sort((a, b) => {
75
+ const diff = sort.by === "name" ? a.testCase.localeCompare(b.testCase) : (primaryId(a) ?? "").localeCompare(primaryId(b) ?? "");
76
+ return sort.order === "asc" ? diff : -diff;
77
+ })
78
+ })).sort((a, b) => {
79
+ const diff = sort.by === "name" ? a.suiteName.localeCompare(b.suiteName) : (suiteIds(a)[0] ?? "").localeCompare(suiteIds(b)[0] ?? "");
80
+ return sort.order === "asc" ? diff : -diff;
81
+ });
94
82
  totalTests = suites.reduce((n, s) => n + s.tests.length, 0);
95
83
  visibleTests = filtered.reduce((n, s) => n + s.tests.length, 0);
96
84
  head($$payload, ($$payload2) => {
97
85
  $$payload2.title = `<title>${escape_html(PAGE_TITLE)}</title>`;
98
86
  });
99
- $$payload.out += `<div class="page-header svelte-17hubf3"><div class="header-top svelte-17hubf3"><div class="svelte-17hubf3"><h1 class="svelte-17hubf3">${escape_html(HEADING)}</h1> <p class="subtitle svelte-17hubf3">`;
87
+ $$payload.out += `<div class="page-header svelte-ll28r2"><div class="header-top svelte-ll28r2"><div class="svelte-ll28r2"><h1 class="svelte-ll28r2">${escape_html(HEADING)}</h1> <p class="subtitle svelte-ll28r2">`;
100
88
  if (q) {
101
89
  $$payload.out += "<!--[-->";
102
90
  $$payload.out += `${escape_html(visibleOfTotal(visibleTests, totalTests))}`;
@@ -104,11 +92,31 @@ function _page($$payload, $$props) {
104
92
  $$payload.out += "<!--[!-->";
105
93
  $$payload.out += `${escape_html(suiteSummary(suites.length, totalTests))}`;
106
94
  }
107
- $$payload.out += `<!--]--></p></div></div> <div class="search-row svelte-17hubf3"><div class="search-wrap svelte-17hubf3"><svg class="search-icon svelte-17hubf3" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8" class="svelte-17hubf3"></circle><line x1="21" y1="21" x2="16.65" y2="16.65" class="svelte-17hubf3"></line></svg> <input type="text" class="search-input svelte-17hubf3"${attr("value", search)}${attr("placeholder", SEARCH_PLACEHOLDER)}> `;
95
+ $$payload.out += `<!--]--></p></div></div> <div class="search-row svelte-ll28r2"><div class="search-wrap svelte-ll28r2"><svg class="search-icon svelte-ll28r2" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8" class="svelte-ll28r2"></circle><line x1="21" y1="21" x2="16.65" y2="16.65" class="svelte-ll28r2"></line></svg> <input type="text" class="search-input svelte-ll28r2"${attr("value", search)}${attr("placeholder", SEARCH_PLACEHOLDER)}> `;
108
96
  {
109
97
  $$payload.out += "<!--[!-->";
110
98
  }
111
99
  $$payload.out += `<!--]--></div></div></div> `;
100
+ if (!q) {
101
+ $$payload.out += "<!--[-->";
102
+ const each_array = ensure_array_like([["id", "ID"], ["name", "Name"]]);
103
+ $$payload.out += `<div class="sort-bar svelte-ll28r2"><span class="sort-label svelte-ll28r2">${escape_html(SORT_BY_LABEL)}</span> <!--[-->`;
104
+ for (let $$index = 0, $$length = each_array.length; $$index < $$length; $$index++) {
105
+ let [val, label] = each_array[$$index];
106
+ $$payload.out += `<button${attr("class", `sort-chip svelte-ll28r2 ${stringify([sort.by === val ? "active" : ""].filter(Boolean).join(" "))}`)}>${escape_html(label)} `;
107
+ if (sort.by === val) {
108
+ $$payload.out += "<!--[-->";
109
+ $$payload.out += `<span class="sort-dir svelte-ll28r2">${escape_html(sort.order === "asc" ? "↑" : "↓")}</span>`;
110
+ } else {
111
+ $$payload.out += "<!--[!-->";
112
+ }
113
+ $$payload.out += `<!--]--></button>`;
114
+ }
115
+ $$payload.out += `<!--]--></div>`;
116
+ } else {
117
+ $$payload.out += "<!--[!-->";
118
+ }
119
+ $$payload.out += `<!--]--> `;
112
120
  if (filtered.length === 0) {
113
121
  $$payload.out += "<!--[-->";
114
122
  EmptyState($$payload, {
@@ -116,88 +124,96 @@ function _page($$payload, $$props) {
116
124
  });
117
125
  } else {
118
126
  $$payload.out += "<!--[!-->";
119
- const each_array = ensure_array_like(filtered);
120
- $$payload.out += `<div class="suites svelte-17hubf3"><!--[-->`;
121
- for (let si = 0, $$length = each_array.length; si < $$length; si++) {
122
- let suite = each_array[si];
123
- const each_array_1 = ensure_array_like(suiteIds(suite));
124
- const each_array_2 = ensure_array_like(suite.tests);
125
- $$payload.out += `<div class="suite svelte-17hubf3"${attr("style", stagger(si, 55))}><div class="suite-header svelte-17hubf3"><div class="suite-meta svelte-17hubf3"><div class="suite-badges svelte-17hubf3"><!--[-->`;
126
- for (let $$index = 0, $$length2 = each_array_1.length; $$index < $$length2; $$index++) {
127
- let id = each_array_1[$$index];
128
- $$payload.out += `<button${attr("class", `id-pill svelte-17hubf3 ${stringify([copiedIds.has(id) ? "copied" : ""].filter(Boolean).join(" "))}`)}${attr("title", copiedIds.has(id) ? copiedTitle(id) : copyTitle(id))}${attr("aria-label", copiedIds.has(id) ? copiedTitle(id) : copyTitle(id))}>${escape_html(id)}</button>`;
127
+ const each_array_1 = ensure_array_like(filtered);
128
+ $$payload.out += `<div class="suites svelte-ll28r2"><!--[-->`;
129
+ for (let si = 0, $$length = each_array_1.length; si < $$length; si++) {
130
+ let suite = each_array_1[si];
131
+ const suiteKey = suiteIds(suite)[0] ?? suite.suiteName;
132
+ const suiteOpen = !collapsedSuites.has(suiteKey);
133
+ const each_array_2 = ensure_array_like(suiteIds(suite));
134
+ $$payload.out += `<div class="suite svelte-ll28r2"${attr("style", stagger(si, 55))}><div class="suite-header svelte-ll28r2"><button class="suite-toggle svelte-ll28r2"${attr("aria-expanded", suiteOpen)}${attr("aria-label", collapseOrExpandSuiteLabel(suiteOpen))}><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"${attr("class", `svelte-ll28r2 ${stringify([suiteOpen ? "rotated" : ""].filter(Boolean).join(" "))}`)}><polyline points="9 18 15 12 9 6" class="svelte-ll28r2"></polyline></svg></button> <div class="suite-meta svelte-ll28r2"><div class="suite-badges svelte-ll28r2"><!--[-->`;
135
+ for (let $$index_1 = 0, $$length2 = each_array_2.length; $$index_1 < $$length2; $$index_1++) {
136
+ let id = each_array_2[$$index_1];
137
+ $$payload.out += `<button${attr("class", `id-pill svelte-ll28r2 ${stringify([copiedIds.has(id) ? "copied" : ""].filter(Boolean).join(" "))}`)}${attr("title", copiedIds.has(id) ? copiedTitle(id) : copyTitle(id))}${attr("aria-label", copiedIds.has(id) ? copiedTitle(id) : copyTitle(id))}>${escape_html(id)}</button>`;
129
138
  }
130
- $$payload.out += `<!--]--></div> <span class="suite-name svelte-17hubf3">${escape_html(suite.suiteName)}</span> <span class="suite-count svelte-17hubf3">${escape_html(testCountLabel(suite.tests.length))}</span></div> <button class="run-btn suite-run svelte-17hubf3"${attr("title", RUN_SUITE_LABEL)}><svg width="11" height="11" viewBox="0 0 24 24" fill="currentColor" stroke="none" class="svelte-17hubf3"><polygon points="5,3 19,12 5,21" class="svelte-17hubf3"></polygon></svg> ${escape_html(RUN_SUITE_LABEL)}</button></div> <div class="tests svelte-17hubf3"><!--[-->`;
131
- for (let ti = 0, $$length2 = each_array_2.length; ti < $$length2; ti++) {
132
- let test = each_array_2[ti];
133
- const pid = primaryId(test);
134
- const stepsOpen = expandedSteps.has(pid);
135
- const each_array_3 = ensure_array_like(testIds(test));
136
- $$payload.out += `<div class="test-row svelte-17hubf3"${attr("style", stagger(si * 4 + ti, 30))}><div class="test-main svelte-17hubf3"><button class="run-icon-btn svelte-17hubf3"${attr("title", runIdTitle(pid))}${attr("aria-label", runTestLabel(test.testCase))}><svg width="10" height="10" viewBox="0 0 24 24" fill="currentColor" stroke="none" class="svelte-17hubf3"><polygon points="5,3 19,12 5,21" class="svelte-17hubf3"></polygon></svg></button> <div class="test-ids svelte-17hubf3"><!--[-->`;
137
- for (let $$index_1 = 0, $$length3 = each_array_3.length; $$index_1 < $$length3; $$index_1++) {
138
- let id = each_array_3[$$index_1];
139
- $$payload.out += `<button${attr("class", `id-pill svelte-17hubf3 ${stringify([copiedIds.has(id) ? "copied" : ""].filter(Boolean).join(" "))}`)}${attr("title", copiedIds.has(id) ? `Copied ${id}` : `Copy ${id}`)}${attr("aria-label", copiedIds.has(id) ? `Copied ${id}` : `Copy ${id}`)}>${escape_html(id)}</button>`;
140
- }
141
- $$payload.out += `<!--]--></div> <span class="test-name svelte-17hubf3">${escape_html(test.testCase)} `;
142
- if (test.type === "outline") {
143
- $$payload.out += "<!--[-->";
144
- $$payload.out += `<span class="outline-badge svelte-17hubf3">${escape_html(OUTLINE_BADGE)}</span>`;
145
- } else {
146
- $$payload.out += "<!--[!-->";
147
- }
148
- $$payload.out += `<!--]--></span> `;
149
- if (test.steps?.length > 0) {
150
- $$payload.out += "<!--[-->";
151
- $$payload.out += `<button class="steps-toggle svelte-17hubf3"${attr("aria-expanded", stepsOpen)}><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"${attr("class", `svelte-17hubf3 ${stringify([stepsOpen ? "rotated" : ""].filter(Boolean).join(" "))}`)}><polyline points="9 18 15 12 9 6" class="svelte-17hubf3"></polyline></svg> ${escape_html(stepsOpen ? HIDE_LABEL : STEPS_LABEL)}</button>`;
152
- } else {
153
- $$payload.out += "<!--[!-->";
154
- }
155
- $$payload.out += `<!--]--></div> `;
156
- if (stepsOpen && test.steps?.length > 0) {
157
- $$payload.out += "<!--[-->";
158
- const each_array_4 = ensure_array_like(test.steps);
159
- $$payload.out += `<div class="steps svelte-17hubf3"><ol class="step-list svelte-17hubf3"><!--[-->`;
139
+ $$payload.out += `<!--]--></div> <span class="suite-name svelte-ll28r2">${escape_html(suite.suiteName)}</span> <span class="suite-count svelte-ll28r2">${escape_html(testCountLabel(suite.tests.length))}</span></div> <button class="run-btn suite-run svelte-ll28r2"${attr("title", RUN_SUITE_LABEL)}><svg width="11" height="11" viewBox="0 0 24 24" fill="currentColor" stroke="none" class="svelte-ll28r2"><polygon points="5,3 19,12 5,21" class="svelte-ll28r2"></polygon></svg> ${escape_html(RUN_SUITE_LABEL)}</button></div> `;
140
+ if (suiteOpen) {
141
+ $$payload.out += "<!--[-->";
142
+ const each_array_3 = ensure_array_like(suite.tests);
143
+ $$payload.out += `<div class="tests svelte-ll28r2"><!--[-->`;
144
+ for (let ti = 0, $$length2 = each_array_3.length; ti < $$length2; ti++) {
145
+ let test = each_array_3[ti];
146
+ const pid = primaryId(test);
147
+ const stepsOpen = expandedSteps.has(pid);
148
+ const each_array_4 = ensure_array_like(testIds(test));
149
+ $$payload.out += `<div class="test-row svelte-ll28r2"${attr("style", stagger(si * 4 + ti, 30))}><div class="test-main svelte-ll28r2"><button class="run-icon-btn svelte-ll28r2"${attr("title", runIdTitle(pid))}${attr("aria-label", runTestLabel(test.testCase))}><svg width="10" height="10" viewBox="0 0 24 24" fill="currentColor" stroke="none" class="svelte-ll28r2"><polygon points="5,3 19,12 5,21" class="svelte-ll28r2"></polygon></svg></button> <div class="test-ids svelte-ll28r2"><!--[-->`;
160
150
  for (let $$index_2 = 0, $$length3 = each_array_4.length; $$index_2 < $$length3; $$index_2++) {
161
- let step = each_array_4[$$index_2];
162
- $$payload.out += `<li class="step svelte-17hubf3">${escape_html(step)}</li>`;
151
+ let id = each_array_4[$$index_2];
152
+ $$payload.out += `<button${attr("class", `id-pill svelte-ll28r2 ${stringify([copiedIds.has(id) ? "copied" : ""].filter(Boolean).join(" "))}`)}${attr("title", copiedIds.has(id) ? `Copied ${id}` : `Copy ${id}`)}${attr("aria-label", copiedIds.has(id) ? `Copied ${id}` : `Copy ${id}`)}>${escape_html(id)}</button>`;
153
+ }
154
+ $$payload.out += `<!--]--></div> <span class="test-name svelte-ll28r2">${escape_html(test.testCase)} `;
155
+ if (test.type === "outline") {
156
+ $$payload.out += "<!--[-->";
157
+ $$payload.out += `<span class="outline-badge svelte-ll28r2">${escape_html(OUTLINE_BADGE)}</span>`;
158
+ } else {
159
+ $$payload.out += "<!--[!-->";
160
+ }
161
+ $$payload.out += `<!--]--></span> `;
162
+ if (test.steps?.length > 0) {
163
+ $$payload.out += "<!--[-->";
164
+ $$payload.out += `<button class="steps-toggle svelte-ll28r2"${attr("aria-expanded", stepsOpen)}><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"${attr("class", `svelte-ll28r2 ${stringify([stepsOpen ? "rotated" : ""].filter(Boolean).join(" "))}`)}><polyline points="9 18 15 12 9 6" class="svelte-ll28r2"></polyline></svg> ${escape_html(stepsOpen ? HIDE_LABEL : STEPS_LABEL)}</button>`;
165
+ } else {
166
+ $$payload.out += "<!--[!-->";
163
167
  }
164
- $$payload.out += `<!--]--></ol> `;
165
- if (test.examples) {
168
+ $$payload.out += `<!--]--></div> `;
169
+ if (stepsOpen && test.steps?.length > 0) {
166
170
  $$payload.out += "<!--[-->";
167
- const each_array_5 = ensure_array_like(test.examples.headers);
168
- const each_array_6 = ensure_array_like(test.examples.rows);
169
- $$payload.out += `<div class="examples svelte-17hubf3"><span class="examples-label svelte-17hubf3">${escape_html(EXAMPLES_LABEL)}</span> <div class="examples-table-wrap svelte-17hubf3"><table class="examples-table svelte-17hubf3"><thead class="svelte-17hubf3"><tr class="svelte-17hubf3"><!--[-->`;
171
+ const each_array_5 = ensure_array_like(test.steps);
172
+ $$payload.out += `<div class="steps svelte-ll28r2"><ol class="step-list svelte-ll28r2"><!--[-->`;
170
173
  for (let $$index_3 = 0, $$length3 = each_array_5.length; $$index_3 < $$length3; $$index_3++) {
171
- let h = each_array_5[$$index_3];
172
- $$payload.out += `<th class="svelte-17hubf3">${escape_html(h)}</th>`;
174
+ let step = each_array_5[$$index_3];
175
+ $$payload.out += `<li class="step svelte-ll28r2">${escape_html(step)}</li>`;
173
176
  }
174
- $$payload.out += `<!--]--></tr></thead><tbody class="svelte-17hubf3"><!--[-->`;
175
- for (let $$index_5 = 0, $$length3 = each_array_6.length; $$index_5 < $$length3; $$index_5++) {
176
- let row = each_array_6[$$index_5];
177
- const each_array_7 = ensure_array_like(row);
178
- $$payload.out += `<tr class="svelte-17hubf3"><!--[-->`;
179
- for (let $$index_4 = 0, $$length4 = each_array_7.length; $$index_4 < $$length4; $$index_4++) {
180
- let cell = each_array_7[$$index_4];
181
- $$payload.out += `<td class="svelte-17hubf3">${escape_html(cell)}</td>`;
177
+ $$payload.out += `<!--]--></ol> `;
178
+ if (test.examples) {
179
+ $$payload.out += "<!--[-->";
180
+ const each_array_6 = ensure_array_like(test.examples.headers);
181
+ const each_array_7 = ensure_array_like(test.examples.rows);
182
+ $$payload.out += `<div class="examples svelte-ll28r2"><span class="examples-label svelte-ll28r2">${escape_html(EXAMPLES_LABEL)}</span> <div class="examples-table-wrap svelte-ll28r2"><table class="examples-table svelte-ll28r2"><thead class="svelte-ll28r2"><tr class="svelte-ll28r2"><!--[-->`;
183
+ for (let $$index_4 = 0, $$length3 = each_array_6.length; $$index_4 < $$length3; $$index_4++) {
184
+ let h = each_array_6[$$index_4];
185
+ $$payload.out += `<th class="svelte-ll28r2">${escape_html(h)}</th>`;
186
+ }
187
+ $$payload.out += `<!--]--></tr></thead><tbody class="svelte-ll28r2"><!--[-->`;
188
+ for (let $$index_6 = 0, $$length3 = each_array_7.length; $$index_6 < $$length3; $$index_6++) {
189
+ let row = each_array_7[$$index_6];
190
+ const each_array_8 = ensure_array_like(row);
191
+ $$payload.out += `<tr class="svelte-ll28r2"><!--[-->`;
192
+ for (let $$index_5 = 0, $$length4 = each_array_8.length; $$index_5 < $$length4; $$index_5++) {
193
+ let cell = each_array_8[$$index_5];
194
+ $$payload.out += `<td class="svelte-ll28r2">${escape_html(cell)}</td>`;
195
+ }
196
+ $$payload.out += `<!--]--></tr>`;
182
197
  }
183
- $$payload.out += `<!--]--></tr>`;
198
+ $$payload.out += `<!--]--></tbody></table></div></div>`;
199
+ } else {
200
+ $$payload.out += "<!--[!-->";
184
201
  }
185
- $$payload.out += `<!--]--></tbody></table></div></div>`;
202
+ $$payload.out += `<!--]--></div>`;
186
203
  } else {
187
204
  $$payload.out += "<!--[!-->";
188
205
  }
189
206
  $$payload.out += `<!--]--></div>`;
190
- } else {
191
- $$payload.out += "<!--[!-->";
192
207
  }
193
208
  $$payload.out += `<!--]--></div>`;
209
+ } else {
210
+ $$payload.out += "<!--[!-->";
194
211
  }
195
- $$payload.out += `<!--]--></div></div>`;
212
+ $$payload.out += `<!--]--></div>`;
196
213
  }
197
214
  $$payload.out += `<!--]--></div>`;
198
215
  }
199
216
  $$payload.out += `<!--]-->`;
200
- if ($$store_subs) unsubscribe_stores($$store_subs);
201
217
  pop();
202
218
  }
203
219
  export {
@@ -1,26 +1,9 @@
1
- /*
2
- * This file is part of Plum.
3
- *
4
- * Plum is free software: you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation, either version 3 of the License, or
7
- * (at your option) any later version.
8
- *
9
- * Plum is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License
15
- * along with Plum. If not, see https://www.gnu.org/licenses/.
16
- */
17
-
18
1
  /*
19
2
  * This file is part of Plum.
20
3
  * Licensed under the MIT License. See LICENSE file in the project root for details.
21
4
  */
22
5
 
23
- import { Y as head, X as store_get, $ as unsubscribe_stores, p as pop, a as push } from "../../../chunks/index.js";
6
+ import { X as head, _ as store_get, $ as unsubscribe_stores, p as pop, a as push } from "../../../chunks/index.js";
24
7
  import "../../../chunks/client.js";
25
8
  import "../../../chunks/auth.js";
26
9
  import { t as theme } from "../../../chunks/theme.js";
@@ -1,26 +1,9 @@
1
- /*
2
- * This file is part of Plum.
3
- *
4
- * Plum is free software: you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation, either version 3 of the License, or
7
- * (at your option) any later version.
8
- *
9
- * Plum is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License
15
- * along with Plum. If not, see https://www.gnu.org/licenses/.
16
- */
17
-
18
1
  /*
19
2
  * This file is part of Plum.
20
3
  * Licensed under the MIT License. See LICENSE file in the project root for details.
21
4
  */
22
5
 
23
- import { X as store_get, Y as head, $ as unsubscribe_stores, p as pop, a as push } from "../../../../chunks/index.js";
6
+ import { _ as store_get, X as head, $ as unsubscribe_stores, p as pop, a as push } from "../../../../chunks/index.js";
24
7
  import { p as page } from "../../../../chunks/stores.js";
25
8
  import { o as onDestroy } from "../../../../chunks/index-server.js";
26
9
  import "../../../../chunks/format.js";
@@ -1,26 +1,9 @@
1
- /*
2
- * This file is part of Plum.
3
- *
4
- * Plum is free software: you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation, either version 3 of the License, or
7
- * (at your option) any later version.
8
- *
9
- * Plum is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License
15
- * along with Plum. If not, see https://www.gnu.org/licenses/.
16
- */
17
-
18
1
  /*
19
2
  * This file is part of Plum.
20
3
  * Licensed under the MIT License. See LICENSE file in the project root for details.
21
4
  */
22
5
 
23
- import { a as push, a0 as fallback, Z as ensure_array_like, _ as stringify, a1 as bind_props, p as pop, X as store_get, a2 as copy_payload, a3 as assign_payload, $ as unsubscribe_stores, Y as head } from "../../../chunks/index.js";
6
+ import { a as push, a0 as fallback, Y as ensure_array_like, Z as stringify, a1 as bind_props, p as pop, _ as store_get, a2 as copy_payload, a3 as assign_payload, $ as unsubscribe_stores, X as head } from "../../../chunks/index.js";
24
7
  import { t as tick } from "../../../chunks/index-server.js";
25
8
  import { f as fetchReports, r as reportUrl } from "../../../chunks/reports.js";
26
9
  import { r as reportsVersion } from "../../../chunks/runner.js";
@@ -1,26 +1,9 @@
1
- /*
2
- * This file is part of Plum.
3
- *
4
- * Plum is free software: you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation, either version 3 of the License, or
7
- * (at your option) any later version.
8
- *
9
- * Plum is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License
15
- * along with Plum. If not, see https://www.gnu.org/licenses/.
16
- */
17
-
18
1
  /*
19
2
  * This file is part of Plum.
20
3
  * Licensed under the MIT License. See LICENSE file in the project root for details.
21
4
  */
22
5
 
23
- import { X as store_get, Y as head, Z as ensure_array_like, _ as stringify, $ as unsubscribe_stores, p as pop, a as push } from "../../../../chunks/index.js";
6
+ import { _ as store_get, X as head, Y as ensure_array_like, Z as stringify, $ as unsubscribe_stores, p as pop, a as push } from "../../../../chunks/index.js";
24
7
  import { o as onDestroy } from "../../../../chunks/index-server.js";
25
8
  import { g as goto } from "../../../../chunks/client.js";
26
9
  import { p as page } from "../../../../chunks/stores.js";
@@ -1,26 +1,9 @@
1
- /*
2
- * This file is part of Plum.
3
- *
4
- * Plum is free software: you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation, either version 3 of the License, or
7
- * (at your option) any later version.
8
- *
9
- * Plum is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License
15
- * along with Plum. If not, see https://www.gnu.org/licenses/.
16
- */
17
-
18
1
  /*
19
2
  * This file is part of Plum.
20
3
  * Licensed under the MIT License. See LICENSE file in the project root for details.
21
4
  */
22
5
 
23
- import { a2 as copy_payload, a3 as assign_payload, p as pop, a as push, Y as head, Z as ensure_array_like, _ as stringify, X as store_get, $ as unsubscribe_stores } from "../../../chunks/index.js";
6
+ import { a2 as copy_payload, a3 as assign_payload, p as pop, a as push, X as head, Y as ensure_array_like, Z as stringify, _ as store_get, $ as unsubscribe_stores } from "../../../chunks/index.js";
24
7
  import { B as BROWSERS, b as BUILTIN_RUNNER_ID } from "../../../chunks/constants.js";
25
8
  import "../../../chunks/auth.js";
26
9
  import { b as backgroundRuns } from "../../../chunks/runner.js";
@@ -1,26 +1,9 @@
1
- /*
2
- * This file is part of Plum.
3
- *
4
- * Plum is free software: you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation, either version 3 of the License, or
7
- * (at your option) any later version.
8
- *
9
- * Plum is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License
15
- * along with Plum. If not, see https://www.gnu.org/licenses/.
16
- */
17
-
18
1
  /*
19
2
  * This file is part of Plum.
20
3
  * Licensed under the MIT License. See LICENSE file in the project root for details.
21
4
  */
22
5
 
23
- import { X as store_get, a2 as copy_payload, a3 as assign_payload, $ as unsubscribe_stores, p as pop, a as push, Z as ensure_array_like, Y as head, _ as stringify } from "../../../chunks/index.js";
6
+ import { _ as store_get, a2 as copy_payload, a3 as assign_payload, $ as unsubscribe_stores, p as pop, a as push, Y as ensure_array_like, X as head, Z as stringify } from "../../../chunks/index.js";
24
7
  import "../../../chunks/client.js";
25
8
  import { A as API_BASE, M as MAX_TEST_RETRIES, B as BROWSERS } from "../../../chunks/constants.js";
26
9
  import { a as auth } from "../../../chunks/auth.js";
@@ -29,7 +12,7 @@ import { t as theme } from "../../../chunks/theme.js";
29
12
  import { T as Toast, B as Button } from "../../../chunks/Toast.js";
30
13
  import { C as ConfirmModal } from "../../../chunks/ConfirmModal.js";
31
14
  import { B as Badge } from "../../../chunks/Badge.js";
32
- import { S as SAVE_LABEL, a as CANCEL_LABEL, E as EDIT_LABEL, b as EMAIL_LABEL } from "../../../chunks/common.js";
15
+ import { a as SAVE_LABEL, b as CANCEL_LABEL, E as EDIT_LABEL, c as EMAIL_LABEL } from "../../../chunks/common.js";
33
16
  import { e as escape_html } from "../../../chunks/escaping.js";
34
17
  import { a as attr } from "../../../chunks/attributes.js";
35
18
  const PAGE_TITLE = "Settings — Plum";
@@ -1,26 +1,9 @@
1
- /*
2
- * This file is part of Plum.
3
- *
4
- * Plum is free software: you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation, either version 3 of the License, or
7
- * (at your option) any later version.
8
- *
9
- * Plum is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License
15
- * along with Plum. If not, see https://www.gnu.org/licenses/.
16
- */
17
-
18
1
  /*
19
2
  * This file is part of Plum.
20
3
  * Licensed under the MIT License. See LICENSE file in the project root for details.
21
4
  */
22
5
 
23
- import { Y as head, X as store_get, $ as unsubscribe_stores, p as pop, a as push } from "../../../chunks/index.js";
6
+ import { X as head, _ as store_get, $ as unsubscribe_stores, p as pop, a as push } from "../../../chunks/index.js";
24
7
  import "../../../chunks/client.js";
25
8
  import "../../../chunks/auth.js";
26
9
  import { t as theme } from "../../../chunks/theme.js";
@@ -1,26 +1,9 @@
1
- /*
2
- * This file is part of Plum.
3
- *
4
- * Plum is free software: you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation, either version 3 of the License, or
7
- * (at your option) any later version.
8
- *
9
- * Plum is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License
15
- * along with Plum. If not, see https://www.gnu.org/licenses/.
16
- */
17
-
18
1
  /*
19
2
  * This file is part of Plum.
20
3
  * Licensed under the MIT License. See LICENSE file in the project root for details.
21
4
  */
22
5
 
23
- import { a2 as copy_payload, a3 as assign_payload, p as pop, a as push, Y as head, Z as ensure_array_like, _ as stringify } from "../../../chunks/index.js";
6
+ import { a2 as copy_payload, a3 as assign_payload, p as pop, a as push, X as head, Y as ensure_array_like, Z as stringify } from "../../../chunks/index.js";
24
7
  import { A as API_BASE } from "../../../chunks/constants.js";
25
8
  import { a as auth } from "../../../chunks/auth.js";
26
9
  import "../../../chunks/runner.js";
@@ -29,8 +12,8 @@ import { E as EmptyState } from "../../../chunks/EmptyState.js";
29
12
  import { C as ConfirmModal } from "../../../chunks/ConfirmModal.js";
30
13
  import { M as Modal } from "../../../chunks/Modal.js";
31
14
  import { T as Toast, B as Button } from "../../../chunks/Toast.js";
32
- import { a as CANCEL_LABEL, c as SEARCHING_LABEL, L as LOADING_LABEL } from "../../../chunks/common.js";
33
- import { d as deleteEntityTitle, D as DUPLICATE_LABEL, a as DUPLICATE_RUN_MODAL_TITLE, N as NEW_SUITE_MODAL_TITLE, S as SUITE_NAME_PLACEHOLDER, b as SUITE_DESC_PLACEHOLDER, c as NEW_RUN_MODAL_TITLE, R as RUN_TITLE_PLACEHOLDER, e as SEARCH_PLACEHOLDER, f as NO_RESULTS_TITLE, n as noResultsDescription, g as DELETE_SUITE_TITLE, h as caseCount, i as createdByLabel, j as DUPLICATE_RUN_ACTION_TITLE, k as DELETE_RUN_TITLE, P as PAGE_TITLE, l as NAME_LABEL, m as DESCRIPTION_LABEL, o as PRIORITY_LABEL, p as createSuiteLabel, T as TITLE_LABEL, q as createRunLabel, H as HEADING, r as HEADER_DESC, s as NEW_SUITE_LABEL, t as NEW_RUN_LABEL, u as SUITES_TAB_LABEL, v as RUNS_TAB_LABEL, w as SORT_BY_LABEL, C as CASES_LABEL, A as AUTOMATED_TAG_LABEL, x as SUITES_LABEL } from "../../../chunks/repository.js";
15
+ import { b as CANCEL_LABEL, S as SORT_BY_LABEL, d as SEARCHING_LABEL, L as LOADING_LABEL } from "../../../chunks/common.js";
16
+ import { d as deleteEntityTitle, D as DUPLICATE_LABEL, a as DUPLICATE_RUN_MODAL_TITLE, N as NEW_SUITE_MODAL_TITLE, S as SUITE_NAME_PLACEHOLDER, b as SUITE_DESC_PLACEHOLDER, c as NEW_RUN_MODAL_TITLE, R as RUN_TITLE_PLACEHOLDER, e as SEARCH_PLACEHOLDER, f as NO_RESULTS_TITLE, n as noResultsDescription, g as DELETE_SUITE_TITLE, h as caseCount, i as createdByLabel, j as DUPLICATE_RUN_ACTION_TITLE, k as DELETE_RUN_TITLE, P as PAGE_TITLE, l as NAME_LABEL, m as DESCRIPTION_LABEL, o as PRIORITY_LABEL, p as createSuiteLabel, T as TITLE_LABEL, q as createRunLabel, H as HEADING, r as HEADER_DESC, s as NEW_SUITE_LABEL, t as NEW_RUN_LABEL, u as SUITES_TAB_LABEL, v as RUNS_TAB_LABEL, C as CASES_LABEL, A as AUTOMATED_TAG_LABEL, w as SUITES_LABEL } from "../../../chunks/repository.js";
34
17
  import { e as escape_html } from "../../../chunks/escaping.js";
35
18
  import { a as attr } from "../../../chunks/attributes.js";
36
19
  function getToken() {
@@ -1,34 +1,17 @@
1
- /*
2
- * This file is part of Plum.
3
- *
4
- * Plum is free software: you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation, either version 3 of the License, or
7
- * (at your option) any later version.
8
- *
9
- * Plum is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License
15
- * along with Plum. If not, see https://www.gnu.org/licenses/.
16
- */
17
-
18
1
  /*
19
2
  * This file is part of Plum.
20
3
  * Licensed under the MIT License. See LICENSE file in the project root for details.
21
4
  */
22
5
 
23
- import { X as store_get, a2 as copy_payload, a3 as assign_payload, $ as unsubscribe_stores, p as pop, a as push, Y as head } from "../../../../../chunks/index.js";
6
+ import { _ as store_get, a2 as copy_payload, a3 as assign_payload, $ as unsubscribe_stores, p as pop, a as push, X as head } from "../../../../../chunks/index.js";
24
7
  import { p as page } from "../../../../../chunks/stores.js";
25
8
  import { a as auth } from "../../../../../chunks/auth.js";
26
9
  import "../../../../../chunks/runner.js";
27
10
  import { T as Toast, B as Button } from "../../../../../chunks/Toast.js";
28
11
  import { M as Modal } from "../../../../../chunks/Modal.js";
29
- import { S as SAVE_LABEL, a as CANCEL_LABEL, L as LOADING_LABEL } from "../../../../../chunks/common.js";
12
+ import { a as SAVE_LABEL, b as CANCEL_LABEL, L as LOADING_LABEL } from "../../../../../chunks/common.js";
30
13
  /* empty css */
31
- import { E as EDIT_RUN_MODAL_TITLE, y as runDetailTitle, T as TITLE_LABEL, z as TEST_REPOSITORY_BREADCRUMB } from "../../../../../chunks/repository.js";
14
+ import { E as EDIT_RUN_MODAL_TITLE, x as runDetailTitle, T as TITLE_LABEL, y as TEST_REPOSITORY_BREADCRUMB } from "../../../../../chunks/repository.js";
32
15
  import { e as escape_html } from "../../../../../chunks/escaping.js";
33
16
  import { a as attr } from "../../../../../chunks/attributes.js";
34
17
  function _page($$payload, $$props) {