results.json 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891
  1. {
  2. "config": {
  3. "configFile": "C:\\Users\\caoyg\\ai\\audio-tts\\audio_codebuddy\\tests\\playwright.config.ts",
  4. "rootDir": "C:/Users/caoyg/ai/audio-tts/audio_codebuddy/tests",
  5. "forbidOnly": false,
  6. "fullyParallel": false,
  7. "globalSetup": "C:\\Users\\caoyg\\ai\\audio-tts\\audio_codebuddy\\tests\\global-setup.ts",
  8. "globalTeardown": "C:\\Users\\caoyg\\ai\\audio-tts\\audio_codebuddy\\tests\\global-teardown.ts",
  9. "globalTimeout": 0,
  10. "grep": {},
  11. "grepInvert": null,
  12. "maxFailures": 0,
  13. "metadata": {},
  14. "preserveOutput": "always",
  15. "projects": [
  16. {
  17. "outputDir": "C:/Users/caoyg/ai/audio-tts/audio_codebuddy/test-results",
  18. "repeatEach": 1,
  19. "retries": 0,
  20. "metadata": {},
  21. "id": "smoke",
  22. "name": "smoke",
  23. "testDir": "C:/Users/caoyg/ai/audio-tts/audio_codebuddy/tests/smoke",
  24. "testIgnore": [],
  25. "testMatch": [
  26. "**/*.@(spec|test).?(c|m)[jt]s?(x)"
  27. ],
  28. "timeout": 120000
  29. },
  30. {
  31. "outputDir": "C:/Users/caoyg/ai/audio-tts/audio_codebuddy/test-results",
  32. "repeatEach": 1,
  33. "retries": 0,
  34. "metadata": {},
  35. "id": "regression",
  36. "name": "regression",
  37. "testDir": "C:/Users/caoyg/ai/audio-tts/audio_codebuddy/tests/regression",
  38. "testIgnore": [],
  39. "testMatch": [
  40. "**/*.@(spec|test).?(c|m)[jt]s?(x)"
  41. ],
  42. "timeout": 120000
  43. },
  44. {
  45. "outputDir": "C:/Users/caoyg/ai/audio-tts/audio_codebuddy/test-results",
  46. "repeatEach": 1,
  47. "retries": 0,
  48. "metadata": {},
  49. "id": "critical-journeys",
  50. "name": "critical-journeys",
  51. "testDir": "C:/Users/caoyg/ai/audio-tts/audio_codebuddy/tests/e2e/ui/critical-journeys",
  52. "testIgnore": [],
  53. "testMatch": [
  54. "**/*.@(spec|test).?(c|m)[jt]s?(x)"
  55. ],
  56. "timeout": 120000
  57. }
  58. ],
  59. "quiet": false,
  60. "reporter": [
  61. [
  62. "list",
  63. null
  64. ],
  65. [
  66. "json",
  67. {
  68. "outputFile": "test-results/results.json"
  69. }
  70. ],
  71. [
  72. "html",
  73. {
  74. "outputFolder": "test-results/report",
  75. "open": "never"
  76. }
  77. ],
  78. [
  79. "C:\\Users\\caoyg\\ai\\audio-tts\\audio_codebuddy\\tests\\helpers\\reporter.ts",
  80. null
  81. ]
  82. ],
  83. "reportSlowTests": {
  84. "max": 5,
  85. "threshold": 300000
  86. },
  87. "shard": null,
  88. "tags": [],
  89. "updateSnapshots": "missing",
  90. "updateSourceMethod": "patch",
  91. "version": "1.60.0",
  92. "workers": 1,
  93. "webServer": null
  94. },
  95. "suites": [
  96. {
  97. "title": "e2e\\ui\\critical-journeys\\journey-01-register-login.spec.ts",
  98. "file": "e2e/ui/critical-journeys/journey-01-register-login.spec.ts",
  99. "column": 0,
  100. "line": 0,
  101. "specs": [],
  102. "suites": [
  103. {
  104. "title": "关键旅程 01: 注册登录",
  105. "file": "e2e/ui/critical-journeys/journey-01-register-login.spec.ts",
  106. "line": 10,
  107. "column": 6,
  108. "specs": [
  109. {
  110. "title": "C01-1: 发送验证码",
  111. "ok": true,
  112. "tags": [],
  113. "tests": [
  114. {
  115. "timeout": 120000,
  116. "annotations": [],
  117. "expectedStatus": "passed",
  118. "projectId": "critical-journeys",
  119. "projectName": "critical-journeys",
  120. "results": [],
  121. "status": "skipped"
  122. }
  123. ],
  124. "id": "a0e5a308c10a95dd72a0-c5dd930b1f23d2a0e9f2",
  125. "file": "e2e/ui/critical-journeys/journey-01-register-login.spec.ts",
  126. "line": 23,
  127. "column": 7
  128. },
  129. {
  130. "title": "C01-2: 验证码登录/注册",
  131. "ok": true,
  132. "tags": [],
  133. "tests": [
  134. {
  135. "timeout": 120000,
  136. "annotations": [],
  137. "expectedStatus": "passed",
  138. "projectId": "critical-journeys",
  139. "projectName": "critical-journeys",
  140. "results": [],
  141. "status": "skipped"
  142. }
  143. ],
  144. "id": "a0e5a308c10a95dd72a0-c0d7bd711c2703fe3238",
  145. "file": "e2e/ui/critical-journeys/journey-01-register-login.spec.ts",
  146. "line": 29,
  147. "column": 7
  148. },
  149. {
  150. "title": "C01-3: 获取用户信息",
  151. "ok": true,
  152. "tags": [],
  153. "tests": [
  154. {
  155. "timeout": 120000,
  156. "annotations": [],
  157. "expectedStatus": "passed",
  158. "projectId": "critical-journeys",
  159. "projectName": "critical-journeys",
  160. "results": [],
  161. "status": "skipped"
  162. }
  163. ],
  164. "id": "a0e5a308c10a95dd72a0-1bd5b59760594271a629",
  165. "file": "e2e/ui/critical-journeys/journey-01-register-login.spec.ts",
  166. "line": 41,
  167. "column": 7
  168. },
  169. {
  170. "title": "C01-4: 新用户默认免费会员(memberLevel=0)",
  171. "ok": true,
  172. "tags": [],
  173. "tests": [
  174. {
  175. "timeout": 120000,
  176. "annotations": [],
  177. "expectedStatus": "passed",
  178. "projectId": "critical-journeys",
  179. "projectName": "critical-journeys",
  180. "results": [],
  181. "status": "skipped"
  182. }
  183. ],
  184. "id": "a0e5a308c10a95dd72a0-07954f06e1f4b6d53241",
  185. "file": "e2e/ui/critical-journeys/journey-01-register-login.spec.ts",
  186. "line": 47,
  187. "column": 7
  188. },
  189. {
  190. "title": "C01-5: 首页可正常访问",
  191. "ok": true,
  192. "tags": [],
  193. "tests": [
  194. {
  195. "timeout": 120000,
  196. "annotations": [],
  197. "expectedStatus": "passed",
  198. "projectId": "critical-journeys",
  199. "projectName": "critical-journeys",
  200. "results": [],
  201. "status": "skipped"
  202. }
  203. ],
  204. "id": "a0e5a308c10a95dd72a0-5f3795546da71ee82986",
  205. "file": "e2e/ui/critical-journeys/journey-01-register-login.spec.ts",
  206. "line": 52,
  207. "column": 7
  208. },
  209. {
  210. "title": "C01-6: 清理测试用户",
  211. "ok": true,
  212. "tags": [],
  213. "tests": [
  214. {
  215. "timeout": 120000,
  216. "annotations": [],
  217. "expectedStatus": "passed",
  218. "projectId": "critical-journeys",
  219. "projectName": "critical-journeys",
  220. "results": [],
  221. "status": "skipped"
  222. }
  223. ],
  224. "id": "a0e5a308c10a95dd72a0-87f13ff8d25b6a8df8f4",
  225. "file": "e2e/ui/critical-journeys/journey-01-register-login.spec.ts",
  226. "line": 58,
  227. "column": 7
  228. }
  229. ]
  230. }
  231. ]
  232. },
  233. {
  234. "title": "e2e\\ui\\critical-journeys\\journey-02-free-tts.spec.ts",
  235. "file": "e2e/ui/critical-journeys/journey-02-free-tts.spec.ts",
  236. "column": 0,
  237. "line": 0,
  238. "specs": [],
  239. "suites": [
  240. {
  241. "title": "关键旅程 02: TTS生成播放",
  242. "file": "e2e/ui/critical-journeys/journey-02-free-tts.spec.ts",
  243. "line": 10,
  244. "column": 6,
  245. "specs": [
  246. {
  247. "title": "C02-1: 获取音色列表",
  248. "ok": true,
  249. "tags": [],
  250. "tests": [
  251. {
  252. "timeout": 120000,
  253. "annotations": [],
  254. "expectedStatus": "passed",
  255. "projectId": "critical-journeys",
  256. "projectName": "critical-journeys",
  257. "results": [],
  258. "status": "skipped"
  259. }
  260. ],
  261. "id": "6268f04883d4a64aef87-9225f87d33d5a7f28a62",
  262. "file": "e2e/ui/critical-journeys/journey-02-free-tts.spec.ts",
  263. "line": 29,
  264. "column": 7
  265. },
  266. {
  267. "title": "C02-2: 获取提供商列表",
  268. "ok": true,
  269. "tags": [],
  270. "tests": [
  271. {
  272. "timeout": 120000,
  273. "annotations": [],
  274. "expectedStatus": "passed",
  275. "projectId": "critical-journeys",
  276. "projectName": "critical-journeys",
  277. "results": [],
  278. "status": "skipped"
  279. }
  280. ],
  281. "id": "6268f04883d4a64aef87-a9719b743779ae3cc83f",
  282. "file": "e2e/ui/critical-journeys/journey-02-free-tts.spec.ts",
  283. "line": 37,
  284. "column": 7
  285. },
  286. {
  287. "title": "C02-3: 生成TTS音频任务",
  288. "ok": true,
  289. "tags": [],
  290. "tests": [
  291. {
  292. "timeout": 120000,
  293. "annotations": [],
  294. "expectedStatus": "passed",
  295. "projectId": "critical-journeys",
  296. "projectName": "critical-journeys",
  297. "results": [],
  298. "status": "skipped"
  299. }
  300. ],
  301. "id": "6268f04883d4a64aef87-ee75398b79d08f8948fd",
  302. "file": "e2e/ui/critical-journeys/journey-02-free-tts.spec.ts",
  303. "line": 42,
  304. "column": 7
  305. },
  306. {
  307. "title": "C02-4: 查询音频生成状态",
  308. "ok": true,
  309. "tags": [],
  310. "tests": [
  311. {
  312. "timeout": 120000,
  313. "annotations": [],
  314. "expectedStatus": "passed",
  315. "projectId": "critical-journeys",
  316. "projectName": "critical-journeys",
  317. "results": [],
  318. "status": "skipped"
  319. }
  320. ],
  321. "id": "6268f04883d4a64aef87-987879e953044946a752",
  322. "file": "e2e/ui/critical-journeys/journey-02-free-tts.spec.ts",
  323. "line": 53,
  324. "column": 7
  325. },
  326. {
  327. "title": "C02-5: TTS生成页可正常访问",
  328. "ok": true,
  329. "tags": [],
  330. "tests": [
  331. {
  332. "timeout": 120000,
  333. "annotations": [],
  334. "expectedStatus": "passed",
  335. "projectId": "critical-journeys",
  336. "projectName": "critical-journeys",
  337. "results": [],
  338. "status": "skipped"
  339. }
  340. ],
  341. "id": "6268f04883d4a64aef87-963d83c666d7e0be2118",
  342. "file": "e2e/ui/critical-journeys/journey-02-free-tts.spec.ts",
  343. "line": 60,
  344. "column": 7
  345. },
  346. {
  347. "title": "C02-6: 播放器页可正常访问",
  348. "ok": true,
  349. "tags": [],
  350. "tests": [
  351. {
  352. "timeout": 120000,
  353. "annotations": [],
  354. "expectedStatus": "passed",
  355. "projectId": "critical-journeys",
  356. "projectName": "critical-journeys",
  357. "results": [],
  358. "status": "skipped"
  359. }
  360. ],
  361. "id": "6268f04883d4a64aef87-9268ff6704775721d99f",
  362. "file": "e2e/ui/critical-journeys/journey-02-free-tts.spec.ts",
  363. "line": 66,
  364. "column": 7
  365. }
  366. ]
  367. }
  368. ]
  369. },
  370. {
  371. "title": "e2e\\ui\\critical-journeys\\journey-03-book-generate.spec.ts",
  372. "file": "e2e/ui/critical-journeys/journey-03-book-generate.spec.ts",
  373. "column": 0,
  374. "line": 0,
  375. "specs": [],
  376. "suites": [
  377. {
  378. "title": "关键旅程 03: 书籍生成流水线",
  379. "file": "e2e/ui/critical-journeys/journey-03-book-generate.spec.ts",
  380. "line": 10,
  381. "column": 6,
  382. "specs": [
  383. {
  384. "title": "C03-1: 预估字数和时长",
  385. "ok": true,
  386. "tags": [],
  387. "tests": [
  388. {
  389. "timeout": 120000,
  390. "annotations": [],
  391. "expectedStatus": "passed",
  392. "projectId": "critical-journeys",
  393. "projectName": "critical-journeys",
  394. "results": [],
  395. "status": "skipped"
  396. }
  397. ],
  398. "id": "ea7593c966dafaf4a399-f7000824ffa7d61465f7",
  399. "file": "e2e/ui/critical-journeys/journey-03-book-generate.spec.ts",
  400. "line": 28,
  401. "column": 7
  402. },
  403. {
  404. "title": "C03-2: 检测书籍类型",
  405. "ok": true,
  406. "tags": [],
  407. "tests": [
  408. {
  409. "timeout": 120000,
  410. "annotations": [],
  411. "expectedStatus": "passed",
  412. "projectId": "critical-journeys",
  413. "projectName": "critical-journeys",
  414. "results": [],
  415. "status": "skipped"
  416. }
  417. ],
  418. "id": "ea7593c966dafaf4a399-320195663f9beeed1f24",
  419. "file": "e2e/ui/critical-journeys/journey-03-book-generate.spec.ts",
  420. "line": 38,
  421. "column": 7
  422. },
  423. {
  424. "title": "C03-3: 创建书籍",
  425. "ok": true,
  426. "tags": [],
  427. "tests": [
  428. {
  429. "timeout": 120000,
  430. "annotations": [],
  431. "expectedStatus": "passed",
  432. "projectId": "critical-journeys",
  433. "projectName": "critical-journeys",
  434. "results": [],
  435. "status": "skipped"
  436. }
  437. ],
  438. "id": "ea7593c966dafaf4a399-ff564b6e58490ba8412c",
  439. "file": "e2e/ui/critical-journeys/journey-03-book-generate.spec.ts",
  440. "line": 46,
  441. "column": 7
  442. },
  443. {
  444. "title": "C03-4: 获取书籍详情",
  445. "ok": true,
  446. "tags": [],
  447. "tests": [
  448. {
  449. "timeout": 120000,
  450. "annotations": [],
  451. "expectedStatus": "passed",
  452. "projectId": "critical-journeys",
  453. "projectName": "critical-journeys",
  454. "results": [],
  455. "status": "skipped"
  456. }
  457. ],
  458. "id": "ea7593c966dafaf4a399-5b036b9733da5e993ae2",
  459. "file": "e2e/ui/critical-journeys/journey-03-book-generate.spec.ts",
  460. "line": 58,
  461. "column": 7
  462. },
  463. {
  464. "title": "C03-5: 获取章节列表",
  465. "ok": true,
  466. "tags": [],
  467. "tests": [
  468. {
  469. "timeout": 120000,
  470. "annotations": [],
  471. "expectedStatus": "passed",
  472. "projectId": "critical-journeys",
  473. "projectName": "critical-journeys",
  474. "results": [],
  475. "status": "skipped"
  476. }
  477. ],
  478. "id": "ea7593c966dafaf4a399-37340947f2bcb623a0e0",
  479. "file": "e2e/ui/critical-journeys/journey-03-book-generate.spec.ts",
  480. "line": 65,
  481. "column": 7
  482. },
  483. {
  484. "title": "C03-6: 获取用户书籍列表",
  485. "ok": true,
  486. "tags": [],
  487. "tests": [
  488. {
  489. "timeout": 120000,
  490. "annotations": [],
  491. "expectedStatus": "passed",
  492. "projectId": "critical-journeys",
  493. "projectName": "critical-journeys",
  494. "results": [],
  495. "status": "skipped"
  496. }
  497. ],
  498. "id": "ea7593c966dafaf4a399-7fea4c386902310c415f",
  499. "file": "e2e/ui/critical-journeys/journey-03-book-generate.spec.ts",
  500. "line": 71,
  501. "column": 7
  502. },
  503. {
  504. "title": "C03-7: 书籍生成列表页可访问",
  505. "ok": true,
  506. "tags": [],
  507. "tests": [
  508. {
  509. "timeout": 120000,
  510. "annotations": [],
  511. "expectedStatus": "passed",
  512. "projectId": "critical-journeys",
  513. "projectName": "critical-journeys",
  514. "results": [],
  515. "status": "skipped"
  516. }
  517. ],
  518. "id": "ea7593c966dafaf4a399-5672daa5f741e53d23fa",
  519. "file": "e2e/ui/critical-journeys/journey-03-book-generate.spec.ts",
  520. "line": 77,
  521. "column": 7
  522. },
  523. {
  524. "title": "C03-8: 书籍创建页可访问",
  525. "ok": true,
  526. "tags": [],
  527. "tests": [
  528. {
  529. "timeout": 120000,
  530. "annotations": [],
  531. "expectedStatus": "passed",
  532. "projectId": "critical-journeys",
  533. "projectName": "critical-journeys",
  534. "results": [],
  535. "status": "skipped"
  536. }
  537. ],
  538. "id": "ea7593c966dafaf4a399-f80354d1d582f2c51bc5",
  539. "file": "e2e/ui/critical-journeys/journey-03-book-generate.spec.ts",
  540. "line": 83,
  541. "column": 7
  542. }
  543. ]
  544. }
  545. ]
  546. },
  547. {
  548. "title": "e2e\\ui\\critical-journeys\\journey-04-subscribe-play.spec.ts",
  549. "file": "e2e/ui/critical-journeys/journey-04-subscribe-play.spec.ts",
  550. "column": 0,
  551. "line": 0,
  552. "specs": [],
  553. "suites": [
  554. {
  555. "title": "关键旅程 04: 订阅会员解锁功能",
  556. "file": "e2e/ui/critical-journeys/journey-04-subscribe-play.spec.ts",
  557. "line": 10,
  558. "column": 6,
  559. "specs": [
  560. {
  561. "title": "C04-1: 获取可用套餐列表",
  562. "ok": true,
  563. "tags": [],
  564. "tests": [
  565. {
  566. "timeout": 120000,
  567. "annotations": [],
  568. "expectedStatus": "passed",
  569. "projectId": "critical-journeys",
  570. "projectName": "critical-journeys",
  571. "results": [],
  572. "status": "skipped"
  573. }
  574. ],
  575. "id": "1da7154a5363e56f8abe-5bb68003edb5103a44e0",
  576. "file": "e2e/ui/critical-journeys/journey-04-subscribe-play.spec.ts",
  577. "line": 28,
  578. "column": 7
  579. },
  580. {
  581. "title": "C04-2: 获取单个套餐详情",
  582. "ok": true,
  583. "tags": [],
  584. "tests": [
  585. {
  586. "timeout": 120000,
  587. "annotations": [],
  588. "expectedStatus": "passed",
  589. "projectId": "critical-journeys",
  590. "projectName": "critical-journeys",
  591. "results": [],
  592. "status": "skipped"
  593. }
  594. ],
  595. "id": "1da7154a5363e56f8abe-92d2cf871800192b50d5",
  596. "file": "e2e/ui/critical-journeys/journey-04-subscribe-play.spec.ts",
  597. "line": 35,
  598. "column": 7
  599. },
  600. {
  601. "title": "C04-3: 创建支付订单",
  602. "ok": true,
  603. "tags": [],
  604. "tests": [
  605. {
  606. "timeout": 120000,
  607. "annotations": [],
  608. "expectedStatus": "passed",
  609. "projectId": "critical-journeys",
  610. "projectName": "critical-journeys",
  611. "results": [],
  612. "status": "skipped"
  613. }
  614. ],
  615. "id": "1da7154a5363e56f8abe-7736c1f2bbb5d9730178",
  616. "file": "e2e/ui/critical-journeys/journey-04-subscribe-play.spec.ts",
  617. "line": 41,
  618. "column": 7
  619. },
  620. {
  621. "title": "C04-4: 模拟支付成功回调",
  622. "ok": true,
  623. "tags": [],
  624. "tests": [
  625. {
  626. "timeout": 120000,
  627. "annotations": [],
  628. "expectedStatus": "passed",
  629. "projectId": "critical-journeys",
  630. "projectName": "critical-journeys",
  631. "results": [],
  632. "status": "skipped"
  633. }
  634. ],
  635. "id": "1da7154a5363e56f8abe-51a4b79b7afc6f199499",
  636. "file": "e2e/ui/critical-journeys/journey-04-subscribe-play.spec.ts",
  637. "line": 52,
  638. "column": 7
  639. },
  640. {
  641. "title": "C04-5: 会员等级已更新",
  642. "ok": true,
  643. "tags": [],
  644. "tests": [
  645. {
  646. "timeout": 120000,
  647. "annotations": [],
  648. "expectedStatus": "passed",
  649. "projectId": "critical-journeys",
  650. "projectName": "critical-journeys",
  651. "results": [],
  652. "status": "skipped"
  653. }
  654. ],
  655. "id": "1da7154a5363e56f8abe-6df659c2c164d9ed6d40",
  656. "file": "e2e/ui/critical-journeys/journey-04-subscribe-play.spec.ts",
  657. "line": 62,
  658. "column": 7
  659. },
  660. {
  661. "title": "C04-6: 会员中心页可访问",
  662. "ok": true,
  663. "tags": [],
  664. "tests": [
  665. {
  666. "timeout": 120000,
  667. "annotations": [],
  668. "expectedStatus": "passed",
  669. "projectId": "critical-journeys",
  670. "projectName": "critical-journeys",
  671. "results": [],
  672. "status": "skipped"
  673. }
  674. ],
  675. "id": "1da7154a5363e56f8abe-609e02a597cae418537b",
  676. "file": "e2e/ui/critical-journeys/journey-04-subscribe-play.spec.ts",
  677. "line": 69,
  678. "column": 7
  679. },
  680. {
  681. "title": "C04-7: 订单页可访问",
  682. "ok": true,
  683. "tags": [],
  684. "tests": [
  685. {
  686. "timeout": 120000,
  687. "annotations": [],
  688. "expectedStatus": "passed",
  689. "projectId": "critical-journeys",
  690. "projectName": "critical-journeys",
  691. "results": [],
  692. "status": "skipped"
  693. }
  694. ],
  695. "id": "1da7154a5363e56f8abe-a0ac12063473d2628b37",
  696. "file": "e2e/ui/critical-journeys/journey-04-subscribe-play.spec.ts",
  697. "line": 75,
  698. "column": 7
  699. },
  700. {
  701. "title": "C04-8: 查询订单列表",
  702. "ok": true,
  703. "tags": [],
  704. "tests": [
  705. {
  706. "timeout": 120000,
  707. "annotations": [],
  708. "expectedStatus": "passed",
  709. "projectId": "critical-journeys",
  710. "projectName": "critical-journeys",
  711. "results": [],
  712. "status": "skipped"
  713. }
  714. ],
  715. "id": "1da7154a5363e56f8abe-127593333abc1d766c08",
  716. "file": "e2e/ui/critical-journeys/journey-04-subscribe-play.spec.ts",
  717. "line": 81,
  718. "column": 7
  719. }
  720. ]
  721. }
  722. ]
  723. },
  724. {
  725. "title": "e2e\\ui\\critical-journeys\\journey-05-publish.spec.ts",
  726. "file": "e2e/ui/critical-journeys/journey-05-publish.spec.ts",
  727. "column": 0,
  728. "line": 0,
  729. "specs": [],
  730. "suites": [
  731. {
  732. "title": "关键旅程 05: 发布内容",
  733. "file": "e2e/ui/critical-journeys/journey-05-publish.spec.ts",
  734. "line": 10,
  735. "column": 6,
  736. "specs": [
  737. {
  738. "title": "C05-1: 创建测试书籍用于发布",
  739. "ok": true,
  740. "tags": [],
  741. "tests": [
  742. {
  743. "timeout": 120000,
  744. "annotations": [],
  745. "expectedStatus": "passed",
  746. "projectId": "critical-journeys",
  747. "projectName": "critical-journeys",
  748. "results": [],
  749. "status": "skipped"
  750. }
  751. ],
  752. "id": "2a6f231d8c6f22530a3a-8e07651dbfca3985e062",
  753. "file": "e2e/ui/critical-journeys/journey-05-publish.spec.ts",
  754. "line": 28,
  755. "column": 7
  756. },
  757. {
  758. "title": "C05-2: 获取发布状态",
  759. "ok": true,
  760. "tags": [],
  761. "tests": [
  762. {
  763. "timeout": 120000,
  764. "annotations": [],
  765. "expectedStatus": "passed",
  766. "projectId": "critical-journeys",
  767. "projectName": "critical-journeys",
  768. "results": [],
  769. "status": "skipped"
  770. }
  771. ],
  772. "id": "2a6f231d8c6f22530a3a-45e389afde747a37264f",
  773. "file": "e2e/ui/critical-journeys/journey-05-publish.spec.ts",
  774. "line": 39,
  775. "column": 7
  776. },
  777. {
  778. "title": "C05-3: 发布书籍",
  779. "ok": true,
  780. "tags": [],
  781. "tests": [
  782. {
  783. "timeout": 120000,
  784. "annotations": [],
  785. "expectedStatus": "passed",
  786. "projectId": "critical-journeys",
  787. "projectName": "critical-journeys",
  788. "results": [],
  789. "status": "skipped"
  790. }
  791. ],
  792. "id": "2a6f231d8c6f22530a3a-589a7a460dab5646ac74",
  793. "file": "e2e/ui/critical-journeys/journey-05-publish.spec.ts",
  794. "line": 46,
  795. "column": 7
  796. },
  797. {
  798. "title": "C05-4: 发布页可访问",
  799. "ok": true,
  800. "tags": [],
  801. "tests": [
  802. {
  803. "timeout": 120000,
  804. "annotations": [],
  805. "expectedStatus": "passed",
  806. "projectId": "critical-journeys",
  807. "projectName": "critical-journeys",
  808. "results": [],
  809. "status": "skipped"
  810. }
  811. ],
  812. "id": "2a6f231d8c6f22530a3a-2d2303344ab80c96c70a",
  813. "file": "e2e/ui/critical-journeys/journey-05-publish.spec.ts",
  814. "line": 52,
  815. "column": 7
  816. },
  817. {
  818. "title": "C05-5: 首页可访问且显示内容",
  819. "ok": true,
  820. "tags": [],
  821. "tests": [
  822. {
  823. "timeout": 120000,
  824. "annotations": [],
  825. "expectedStatus": "passed",
  826. "projectId": "critical-journeys",
  827. "projectName": "critical-journeys",
  828. "results": [],
  829. "status": "skipped"
  830. }
  831. ],
  832. "id": "2a6f231d8c6f22530a3a-1a666039fbe61d3f6815",
  833. "file": "e2e/ui/critical-journeys/journey-05-publish.spec.ts",
  834. "line": 58,
  835. "column": 7
  836. },
  837. {
  838. "title": "C05-6: 获取书籍列表验证已发布",
  839. "ok": true,
  840. "tags": [],
  841. "tests": [
  842. {
  843. "timeout": 120000,
  844. "annotations": [],
  845. "expectedStatus": "passed",
  846. "projectId": "critical-journeys",
  847. "projectName": "critical-journeys",
  848. "results": [],
  849. "status": "skipped"
  850. }
  851. ],
  852. "id": "2a6f231d8c6f22530a3a-3bb34f81126109dd3d27",
  853. "file": "e2e/ui/critical-journeys/journey-05-publish.spec.ts",
  854. "line": 64,
  855. "column": 7
  856. },
  857. {
  858. "title": "C05-7: 播放列表页可访问",
  859. "ok": true,
  860. "tags": [],
  861. "tests": [
  862. {
  863. "timeout": 120000,
  864. "annotations": [],
  865. "expectedStatus": "passed",
  866. "projectId": "critical-journeys",
  867. "projectName": "critical-journeys",
  868. "results": [],
  869. "status": "skipped"
  870. }
  871. ],
  872. "id": "2a6f231d8c6f22530a3a-301d8860d606548b2e69",
  873. "file": "e2e/ui/critical-journeys/journey-05-publish.spec.ts",
  874. "line": 73,
  875. "column": 7
  876. }
  877. ]
  878. }
  879. ]
  880. }
  881. ],
  882. "errors": [],
  883. "stats": {
  884. "startTime": "2026-05-19T17:07:18.294Z",
  885. "duration": 40.00599999999997,
  886. "expected": 0,
  887. "skipped": 35,
  888. "unexpected": 0,
  889. "flaky": 0
  890. }
  891. }