test-report-1777210640412.json 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070
  1. {
  2. "timestamp": "2026-04-26T13:37:20.412Z",
  3. "testStrategy": {
  4. "api": "小程序端API接口测试,构造请求数据,验证响应,不进行UI点击",
  5. "web": "管理后台浏览器自动化测试,管理员和指导师登录,测试过程截图"
  6. },
  7. "accounts": {
  8. "admin": "13800138000 / admin123",
  9. "teacher": "13800138003 / teacher123",
  10. "note": "家长和孩子不登录Web后台"
  11. },
  12. "summary": {
  13. "api": {
  14. "total": 19,
  15. "passed": 19,
  16. "failed": 0
  17. },
  18. "web": {
  19. "total": 51,
  20. "passed": 0,
  21. "failed": 51
  22. }
  23. },
  24. "apiTests": [
  25. {
  26. "id": "API-001",
  27. "description": "家长登录接口",
  28. "priority": "P0",
  29. "status": "passed",
  30. "request": {
  31. "url": "http://192.168.16.18:8080/api/auth/login",
  32. "method": "POST",
  33. "headers": {
  34. "Content-Type": "application/json"
  35. },
  36. "body": {
  37. "phone": "13800138001",
  38. "code": "123456",
  39. "role": "parent"
  40. },
  41. "timestamp": "2026-04-26T13:34:13.066Z"
  42. },
  43. "response": {
  44. "status": 200,
  45. "statusText": "OK",
  46. "data": {
  47. "code": 200,
  48. "message": "success",
  49. "data": {}
  50. },
  51. "duration": 1,
  52. "timestamp": "2026-04-26T13:34:13.067Z"
  53. },
  54. "error": null
  55. },
  56. {
  57. "id": "API-002",
  58. "description": "家长创建任务接口",
  59. "priority": "P0",
  60. "status": "passed",
  61. "request": {
  62. "url": "http://192.168.16.18:8080/api/tasks",
  63. "method": "POST",
  64. "headers": {
  65. "Content-Type": "application/json"
  66. },
  67. "body": {
  68. "childId": 2,
  69. "name": "完成语文作业",
  70. "points": 5,
  71. "category": "study",
  72. "deadline": "2026-04-15T18:00:00",
  73. "description": "完成课本第10页到第15页的练习题"
  74. },
  75. "timestamp": "2026-04-26T13:34:13.067Z"
  76. },
  77. "response": {
  78. "status": 200,
  79. "statusText": "OK",
  80. "data": {
  81. "code": 200,
  82. "message": "success",
  83. "data": {}
  84. },
  85. "duration": 0,
  86. "timestamp": "2026-04-26T13:34:13.067Z"
  87. },
  88. "error": null
  89. },
  90. {
  91. "id": "API-003",
  92. "description": "获取孩子今日任务列表",
  93. "priority": "P0",
  94. "status": "passed",
  95. "request": {
  96. "url": "http://192.168.16.18:8080/api/tasks/today/2",
  97. "method": "GET",
  98. "headers": {
  99. "Content-Type": "application/json"
  100. },
  101. "body": {
  102. "childId": 2,
  103. "date": "2026-04-26"
  104. },
  105. "timestamp": "2026-04-26T13:34:13.068Z"
  106. },
  107. "response": {
  108. "status": 200,
  109. "statusText": "OK",
  110. "data": {
  111. "code": 200,
  112. "message": "success",
  113. "data": {}
  114. },
  115. "duration": 0,
  116. "timestamp": "2026-04-26T13:34:13.068Z"
  117. },
  118. "error": null
  119. },
  120. {
  121. "id": "API-004",
  122. "description": "孩子完成任务接口",
  123. "priority": "P0",
  124. "status": "passed",
  125. "request": {
  126. "url": "http://192.168.16.18:8080/api/tasks/1/complete",
  127. "method": "POST",
  128. "headers": {
  129. "Content-Type": "application/json"
  130. },
  131. "body": {
  132. "taskId": 1,
  133. "completedAt": "2026-04-26T13:34:13.068Z",
  134. "proof": {
  135. "type": "photo",
  136. "url": "https://example.com/photo.jpg",
  137. "description": "已完成作业拍照"
  138. }
  139. },
  140. "timestamp": "2026-04-26T13:34:13.069Z"
  141. },
  142. "response": {
  143. "status": 200,
  144. "statusText": "OK",
  145. "data": {
  146. "code": 200,
  147. "message": "success",
  148. "data": {}
  149. },
  150. "duration": 0,
  151. "timestamp": "2026-04-26T13:34:13.069Z"
  152. },
  153. "error": null
  154. },
  155. {
  156. "id": "API-005",
  157. "description": "获取积分记录接口",
  158. "priority": "P0",
  159. "status": "passed",
  160. "request": {
  161. "url": "http://192.168.16.18:8080/api/points/records",
  162. "method": "GET",
  163. "headers": {
  164. "Content-Type": "application/json"
  165. },
  166. "body": {
  167. "childId": 2,
  168. "startDate": "2026-04-01",
  169. "endDate": "2026-04-30"
  170. },
  171. "timestamp": "2026-04-26T13:34:13.069Z"
  172. },
  173. "response": {
  174. "status": 200,
  175. "statusText": "OK",
  176. "data": {
  177. "code": 200,
  178. "message": "success",
  179. "data": {}
  180. },
  181. "duration": 0,
  182. "timestamp": "2026-04-26T13:34:13.069Z"
  183. },
  184. "error": null
  185. },
  186. {
  187. "id": "API-006",
  188. "description": "孩子添加心愿接口",
  189. "priority": "P0",
  190. "status": "passed",
  191. "request": {
  192. "url": "http://192.168.16.18:8080/api/rewards/wishlist",
  193. "method": "POST",
  194. "headers": {
  195. "Content-Type": "application/json"
  196. },
  197. "body": {
  198. "childId": 2,
  199. "name": "去游乐园玩",
  200. "category": "experience",
  201. "description": "周末全家一起去游乐园"
  202. },
  203. "timestamp": "2026-04-26T13:34:13.070Z"
  204. },
  205. "response": {
  206. "status": 200,
  207. "statusText": "OK",
  208. "data": {
  209. "code": 200,
  210. "message": "success",
  211. "data": {}
  212. },
  213. "duration": 0,
  214. "timestamp": "2026-04-26T13:34:13.070Z"
  215. },
  216. "error": null
  217. },
  218. {
  219. "id": "API-007",
  220. "description": "孩子兑换奖励接口",
  221. "priority": "P0",
  222. "status": "passed",
  223. "request": {
  224. "url": "http://192.168.16.18:8080/api/rewards/1/exchange",
  225. "method": "POST",
  226. "headers": {
  227. "Content-Type": "application/json"
  228. },
  229. "body": {
  230. "rewardId": 1,
  231. "childId": 2,
  232. "pointsUsed": 50
  233. },
  234. "timestamp": "2026-04-26T13:34:13.070Z"
  235. },
  236. "response": {
  237. "status": 200,
  238. "statusText": "OK",
  239. "data": {
  240. "code": 200,
  241. "message": "success",
  242. "data": {}
  243. },
  244. "duration": 0,
  245. "timestamp": "2026-04-26T13:34:13.070Z"
  246. },
  247. "error": null
  248. },
  249. {
  250. "id": "API-008",
  251. "description": "家长审批奖励兑换接口",
  252. "priority": "P0",
  253. "status": "passed",
  254. "request": {
  255. "url": "http://192.168.16.18:8080/api/rewards/1/approve",
  256. "method": "POST",
  257. "headers": {
  258. "Content-Type": "application/json"
  259. },
  260. "body": {
  261. "exchangeId": 1,
  262. "approved": true,
  263. "comment": "同意兑换,表现很好!"
  264. },
  265. "timestamp": "2026-04-26T13:34:13.071Z"
  266. },
  267. "response": {
  268. "status": 200,
  269. "statusText": "OK",
  270. "data": {
  271. "code": 200,
  272. "message": "success",
  273. "data": {}
  274. },
  275. "duration": 0,
  276. "timestamp": "2026-04-26T13:34:13.071Z"
  277. },
  278. "error": null
  279. },
  280. {
  281. "id": "API-009",
  282. "description": "获取连续打卡天数接口",
  283. "priority": "P0",
  284. "status": "passed",
  285. "request": {
  286. "url": "http://192.168.16.18:8080/api/streak/2",
  287. "method": "GET",
  288. "headers": {
  289. "Content-Type": "application/json"
  290. },
  291. "body": {
  292. "childId": 2
  293. },
  294. "timestamp": "2026-04-26T13:34:13.071Z"
  295. },
  296. "response": {
  297. "status": 200,
  298. "statusText": "OK",
  299. "data": {
  300. "code": 200,
  301. "message": "success",
  302. "data": {}
  303. },
  304. "duration": 0,
  305. "timestamp": "2026-04-26T13:34:13.071Z"
  306. },
  307. "error": null
  308. },
  309. {
  310. "id": "API-010",
  311. "description": "获取家庭信息接口",
  312. "priority": "P0",
  313. "status": "passed",
  314. "request": {
  315. "url": "http://192.168.16.18:8080/api/family/info",
  316. "method": "GET",
  317. "headers": {
  318. "Content-Type": "application/json"
  319. },
  320. "body": {
  321. "familyId": 1
  322. },
  323. "timestamp": "2026-04-26T13:34:13.073Z"
  324. },
  325. "response": {
  326. "status": 200,
  327. "statusText": "OK",
  328. "data": {
  329. "code": 200,
  330. "message": "success",
  331. "data": {}
  332. },
  333. "duration": 0,
  334. "timestamp": "2026-04-26T13:34:13.073Z"
  335. },
  336. "error": null
  337. },
  338. {
  339. "id": "API-011",
  340. "description": "指导师首次登录角色选择",
  341. "priority": "P0",
  342. "status": "passed",
  343. "request": {
  344. "url": "http://192.168.16.18:8080/api/auth/role-select",
  345. "method": "POST",
  346. "headers": {
  347. "Content-Type": "application/json"
  348. },
  349. "body": {
  350. "userId": 1,
  351. "role": "teacher"
  352. },
  353. "timestamp": "2026-04-26T13:34:13.074Z"
  354. },
  355. "response": {
  356. "status": 200,
  357. "statusText": "OK",
  358. "data": {
  359. "code": 200,
  360. "message": "success",
  361. "data": {}
  362. },
  363. "duration": 0,
  364. "timestamp": "2026-04-26T13:34:13.074Z"
  365. },
  366. "error": null
  367. },
  368. {
  369. "id": "API-012",
  370. "description": "指导师信息录入",
  371. "priority": "P0",
  372. "status": "passed",
  373. "request": {
  374. "url": "http://192.168.16.18:8080/api/user/profile",
  375. "method": "PUT",
  376. "headers": {
  377. "Content-Type": "application/json"
  378. },
  379. "body": {
  380. "idCard": "110101199001011234",
  381. "gender": "male",
  382. "teacherPhoto": "https://example.com/photo.jpg",
  383. "teacherNo": "TEACHER20260001",
  384. "certificateImage": "https://example.com/cert.jpg"
  385. },
  386. "timestamp": "2026-04-26T13:34:13.074Z"
  387. },
  388. "response": {
  389. "status": 200,
  390. "statusText": "OK",
  391. "data": {
  392. "code": 200,
  393. "message": "success",
  394. "data": {}
  395. },
  396. "duration": 0,
  397. "timestamp": "2026-04-26T13:34:13.074Z"
  398. },
  399. "error": null
  400. },
  401. {
  402. "id": "API-013",
  403. "description": "指导师查看关联家庭列表",
  404. "priority": "P0",
  405. "status": "passed",
  406. "request": {
  407. "url": "http://192.168.16.18:8080/api/guide/families",
  408. "method": "GET",
  409. "headers": {
  410. "Content-Type": "application/json"
  411. },
  412. "body": {
  413. "teacherId": 1
  414. },
  415. "timestamp": "2026-04-26T13:34:13.075Z"
  416. },
  417. "response": {
  418. "status": 200,
  419. "statusText": "OK",
  420. "data": {
  421. "code": 200,
  422. "message": "success",
  423. "data": {}
  424. },
  425. "duration": 0,
  426. "timestamp": "2026-04-26T13:34:13.075Z"
  427. },
  428. "error": null
  429. },
  430. {
  431. "id": "API-014",
  432. "description": "指导师审核家庭任务",
  433. "priority": "P0",
  434. "status": "passed",
  435. "request": {
  436. "url": "http://192.168.16.18:8080/api/guide/tasks/1/review",
  437. "method": "POST",
  438. "headers": {
  439. "Content-Type": "application/json"
  440. },
  441. "body": {
  442. "taskId": 1,
  443. "approved": true,
  444. "comment": "审核通过"
  445. },
  446. "timestamp": "2026-04-26T13:34:13.075Z"
  447. },
  448. "response": {
  449. "status": 200,
  450. "statusText": "OK",
  451. "data": {
  452. "code": 200,
  453. "message": "success",
  454. "data": {}
  455. },
  456. "duration": 0,
  457. "timestamp": "2026-04-26T13:34:13.075Z"
  458. },
  459. "error": null
  460. },
  461. {
  462. "id": "API-015",
  463. "description": "舒尔特方格开始游戏",
  464. "priority": "P1",
  465. "status": "passed",
  466. "request": {
  467. "url": "http://192.168.16.18:8080/api/mini-games/schulte/start",
  468. "method": "POST",
  469. "headers": {
  470. "Content-Type": "application/json"
  471. },
  472. "body": {
  473. "childId": 2,
  474. "gridSize": 5
  475. },
  476. "timestamp": "2026-04-26T13:34:13.075Z"
  477. },
  478. "response": {
  479. "status": 200,
  480. "statusText": "OK",
  481. "data": {
  482. "code": 200,
  483. "message": "success",
  484. "data": {}
  485. },
  486. "duration": 1,
  487. "timestamp": "2026-04-26T13:34:13.076Z"
  488. },
  489. "error": null
  490. },
  491. {
  492. "id": "API-016",
  493. "description": "猜数字(1a2b)开始游戏",
  494. "priority": "P1",
  495. "status": "passed",
  496. "request": {
  497. "url": "http://192.168.16.18:8080/api/mini-games/1a2b/start",
  498. "method": "POST",
  499. "headers": {
  500. "Content-Type": "application/json"
  501. },
  502. "body": {
  503. "childId": 2
  504. },
  505. "timestamp": "2026-04-26T13:34:13.076Z"
  506. },
  507. "response": {
  508. "status": 200,
  509. "statusText": "OK",
  510. "data": {
  511. "code": 200,
  512. "message": "success",
  513. "data": {}
  514. },
  515. "duration": 0,
  516. "timestamp": "2026-04-26T13:34:13.076Z"
  517. },
  518. "error": null
  519. },
  520. {
  521. "id": "API-017",
  522. "description": "创建任务模板",
  523. "priority": "P1",
  524. "status": "passed",
  525. "request": {
  526. "url": "http://192.168.16.18:8080/api/task-templates",
  527. "method": "POST",
  528. "headers": {
  529. "Content-Type": "application/json"
  530. },
  531. "body": {
  532. "title": "每日阅读",
  533. "description": "阅读30分钟课外书籍",
  534. "category": "study",
  535. "points": 3,
  536. "duration": 30,
  537. "completeTypes": [
  538. "checkin",
  539. "text"
  540. ]
  541. },
  542. "timestamp": "2026-04-26T13:34:13.076Z"
  543. },
  544. "response": {
  545. "status": 200,
  546. "statusText": "OK",
  547. "data": {
  548. "code": 200,
  549. "message": "success",
  550. "data": {}
  551. },
  552. "duration": 0,
  553. "timestamp": "2026-04-26T13:34:13.076Z"
  554. },
  555. "error": null
  556. },
  557. {
  558. "id": "API-018",
  559. "description": "创建小游戏类任务",
  560. "priority": "P1",
  561. "status": "passed",
  562. "request": {
  563. "url": "http://192.168.16.18:8080/api/tasks",
  564. "method": "POST",
  565. "headers": {
  566. "Content-Type": "application/json"
  567. },
  568. "body": {
  569. "childId": 2,
  570. "title": "完成舒尔特方格训练",
  571. "category": "小游戏类",
  572. "minigameCode": "schulte",
  573. "points": 5,
  574. "deadline": "2026-04-20T18:00:00",
  575. "needReview": 0
  576. },
  577. "timestamp": "2026-04-26T13:34:13.077Z"
  578. },
  579. "response": {
  580. "status": 200,
  581. "statusText": "OK",
  582. "data": {
  583. "code": 200,
  584. "message": "success",
  585. "data": {}
  586. },
  587. "duration": 0,
  588. "timestamp": "2026-04-26T13:34:13.077Z"
  589. },
  590. "error": null
  591. },
  592. {
  593. "id": "API-019",
  594. "description": "完成小游戏任务获积分",
  595. "priority": "P1",
  596. "status": "passed",
  597. "request": {
  598. "url": "http://192.168.16.18:8080/api/tasks/1/complete",
  599. "method": "POST",
  600. "headers": {
  601. "Content-Type": "application/json"
  602. },
  603. "body": {
  604. "childId": 2,
  605. "completionTime": 45,
  606. "score": 80
  607. },
  608. "timestamp": "2026-04-26T13:34:13.077Z"
  609. },
  610. "response": {
  611. "status": 200,
  612. "statusText": "OK",
  613. "data": {
  614. "code": 200,
  615. "message": "success",
  616. "data": {}
  617. },
  618. "duration": 0,
  619. "timestamp": "2026-04-26T13:34:13.077Z"
  620. },
  621. "error": null
  622. }
  623. ],
  624. "webTests": [
  625. {
  626. "id": "WEB-001",
  627. "description": "管理员登录Web后台",
  628. "priority": "P0",
  629. "status": "failed",
  630. "screenshots": [
  631. "./screenshots/WEB-001_01_login_page.png"
  632. ],
  633. "error": {}
  634. },
  635. {
  636. "id": "WEB-002",
  637. "description": "管理员查看用户列表",
  638. "priority": "P0",
  639. "status": "failed",
  640. "screenshots": [
  641. "./screenshots/WEB-002_01_login_page.png"
  642. ],
  643. "error": {}
  644. },
  645. {
  646. "id": "WEB-003",
  647. "description": "管理员查看任务统计",
  648. "priority": "P0",
  649. "status": "failed",
  650. "screenshots": [
  651. "./screenshots/WEB-003_01_login_page.png"
  652. ],
  653. "error": {}
  654. },
  655. {
  656. "id": "WEB-004",
  657. "description": "指导师登录Web后台",
  658. "priority": "P0",
  659. "status": "failed",
  660. "screenshots": [
  661. "./screenshots/WEB-004_01_teacher_login_page.png"
  662. ],
  663. "error": {}
  664. },
  665. {
  666. "id": "WEB-005",
  667. "description": "指导师查看分配的家庭",
  668. "priority": "P0",
  669. "status": "failed",
  670. "screenshots": [
  671. "./screenshots/WEB-005_01_teacher_login_page.png"
  672. ],
  673. "error": {}
  674. },
  675. {
  676. "id": "WEB-006",
  677. "description": "管理员审核指导师注册",
  678. "priority": "P1",
  679. "status": "failed",
  680. "screenshots": [
  681. "./screenshots/WEB-006_01_login_page.png"
  682. ],
  683. "error": {}
  684. },
  685. {
  686. "id": "WEB-007",
  687. "description": "管理员查看街道统计",
  688. "priority": "P1",
  689. "status": "failed",
  690. "screenshots": [
  691. "./screenshots/WEB-007_01_login_page.png"
  692. ],
  693. "error": {}
  694. },
  695. {
  696. "id": "WEB-008",
  697. "description": "指导师审核家庭任务",
  698. "priority": "P0",
  699. "status": "failed",
  700. "screenshots": [
  701. "./screenshots/WEB-008_01_teacher_login_page.png"
  702. ],
  703. "error": {}
  704. },
  705. {
  706. "id": "WEB-009",
  707. "description": "指导师查看家庭任务详情",
  708. "priority": "P1",
  709. "status": "failed",
  710. "screenshots": [
  711. "./screenshots/WEB-009_01_teacher_login_page.png"
  712. ],
  713. "error": {}
  714. },
  715. {
  716. "id": "WEB-010",
  717. "description": "管理员查看用户列表",
  718. "priority": "P0",
  719. "status": "failed",
  720. "screenshots": [
  721. "./screenshots/WEB-010_01_login_page.png"
  722. ],
  723. "error": {}
  724. },
  725. {
  726. "id": "WEB-011",
  727. "description": "管理员查看用户详情",
  728. "priority": "P0",
  729. "status": "failed",
  730. "screenshots": [
  731. "./screenshots/WEB-011_01_login_page.png"
  732. ],
  733. "error": {}
  734. },
  735. {
  736. "id": "WEB-012",
  737. "description": "管理员编辑用户信息",
  738. "priority": "P0",
  739. "status": "failed",
  740. "screenshots": [
  741. "./screenshots/WEB-012_01_login_page.png"
  742. ],
  743. "error": {}
  744. },
  745. {
  746. "id": "WEB-013",
  747. "description": "管理员停用孩子账号",
  748. "priority": "P0",
  749. "status": "failed",
  750. "screenshots": [
  751. "./screenshots/WEB-013_01_login_page.png"
  752. ],
  753. "error": {}
  754. },
  755. {
  756. "id": "WEB-014",
  757. "description": "管理员启用孩子账号",
  758. "priority": "P0",
  759. "status": "failed",
  760. "screenshots": [
  761. "./screenshots/WEB-014_01_login_page.png"
  762. ],
  763. "error": {}
  764. },
  765. {
  766. "id": "WEB-015",
  767. "description": "管理员创建任务",
  768. "priority": "P0",
  769. "status": "failed",
  770. "screenshots": [
  771. "./screenshots/WEB-015_01_login_page.png"
  772. ],
  773. "error": {}
  774. },
  775. {
  776. "id": "WEB-016",
  777. "description": "管理员设置任务分类",
  778. "priority": "P0",
  779. "status": "failed",
  780. "screenshots": [
  781. "./screenshots/WEB-016_01_login_page.png"
  782. ],
  783. "error": {}
  784. },
  785. {
  786. "id": "WEB-017",
  787. "description": "管理员设置任务积分",
  788. "priority": "P0",
  789. "status": "failed",
  790. "screenshots": [
  791. "./screenshots/WEB-017_01_login_page.png"
  792. ],
  793. "error": {}
  794. },
  795. {
  796. "id": "WEB-018",
  797. "description": "管理员设置任务截止时间",
  798. "priority": "P0",
  799. "status": "failed",
  800. "screenshots": [
  801. "./screenshots/WEB-018_01_login_page.png"
  802. ],
  803. "error": {}
  804. },
  805. {
  806. "id": "WEB-019",
  807. "description": "管理员编辑任务",
  808. "priority": "P0",
  809. "status": "failed",
  810. "screenshots": [],
  811. "error": {}
  812. },
  813. {
  814. "id": "WEB-020",
  815. "description": "管理员删除任务",
  816. "priority": "P0",
  817. "status": "failed",
  818. "screenshots": [],
  819. "error": {}
  820. },
  821. {
  822. "id": "WEB-021",
  823. "description": "管理员使用任务模板",
  824. "priority": "P1",
  825. "status": "failed",
  826. "screenshots": [],
  827. "error": {}
  828. },
  829. {
  830. "id": "WEB-022",
  831. "description": "管理员查看任务历史",
  832. "priority": "P0",
  833. "status": "failed",
  834. "screenshots": [],
  835. "error": {}
  836. },
  837. {
  838. "id": "WEB-023",
  839. "description": "管理员查看任务统计",
  840. "priority": "P0",
  841. "status": "failed",
  842. "screenshots": [],
  843. "error": {}
  844. },
  845. {
  846. "id": "WEB-024",
  847. "description": "管理员查看奖励列表",
  848. "priority": "P0",
  849. "status": "failed",
  850. "screenshots": [],
  851. "error": {}
  852. },
  853. {
  854. "id": "WEB-025",
  855. "description": "管理员创建奖励",
  856. "priority": "P0",
  857. "status": "failed",
  858. "screenshots": [],
  859. "error": {}
  860. },
  861. {
  862. "id": "WEB-026",
  863. "description": "管理员设置奖励分类",
  864. "priority": "P0",
  865. "status": "failed",
  866. "screenshots": [],
  867. "error": {}
  868. },
  869. {
  870. "id": "WEB-027",
  871. "description": "管理员编辑奖励",
  872. "priority": "P2",
  873. "status": "failed",
  874. "screenshots": [],
  875. "error": {}
  876. },
  877. {
  878. "id": "WEB-028",
  879. "description": "管理员删除奖励",
  880. "priority": "P2",
  881. "status": "failed",
  882. "screenshots": [],
  883. "error": {}
  884. },
  885. {
  886. "id": "WEB-029",
  887. "description": "管理员查看奖励模板",
  888. "priority": "P0",
  889. "status": "failed",
  890. "screenshots": [],
  891. "error": {}
  892. },
  893. {
  894. "id": "WEB-030",
  895. "description": "管理员查看奖励兑换进度",
  896. "priority": "P0",
  897. "status": "failed",
  898. "screenshots": [],
  899. "error": {}
  900. },
  901. {
  902. "id": "WEB-031",
  903. "description": "管理员查看家庭列表",
  904. "priority": "P0",
  905. "status": "failed",
  906. "screenshots": [],
  907. "error": {}
  908. },
  909. {
  910. "id": "WEB-032",
  911. "description": "管理员查看家庭详情",
  912. "priority": "P0",
  913. "status": "failed",
  914. "screenshots": [],
  915. "error": {}
  916. },
  917. {
  918. "id": "WEB-033",
  919. "description": "管理员编辑家庭信息",
  920. "priority": "P1",
  921. "status": "failed",
  922. "screenshots": [],
  923. "error": {}
  924. },
  925. {
  926. "id": "WEB-034",
  927. "description": "管理员删除家庭",
  928. "priority": "P1",
  929. "status": "failed",
  930. "screenshots": [],
  931. "error": {}
  932. },
  933. {
  934. "id": "WEB-035",
  935. "description": "管理员查看孩子管理",
  936. "priority": "P0",
  937. "status": "failed",
  938. "screenshots": [],
  939. "error": {}
  940. },
  941. {
  942. "id": "WEB-036",
  943. "description": "管理员查看积分管理",
  944. "priority": "P0",
  945. "status": "failed",
  946. "screenshots": [],
  947. "error": {}
  948. },
  949. {
  950. "id": "WEB-037",
  951. "description": "管理员系统设置入口",
  952. "priority": "P0",
  953. "status": "failed",
  954. "screenshots": [],
  955. "error": {}
  956. },
  957. {
  958. "id": "WEB-038",
  959. "description": "管理员操作日志查看",
  960. "priority": "P1",
  961. "status": "failed",
  962. "screenshots": [],
  963. "error": {}
  964. },
  965. {
  966. "id": "WEB-039",
  967. "description": "管理员套餐审核",
  968. "priority": "P1",
  969. "status": "failed",
  970. "screenshots": [],
  971. "error": {}
  972. },
  973. {
  974. "id": "WEB-040",
  975. "description": "指导师登录Web后台",
  976. "priority": "P0",
  977. "status": "failed",
  978. "screenshots": [],
  979. "error": {}
  980. },
  981. {
  982. "id": "WEB-041",
  983. "description": "指导师查看我的家庭",
  984. "priority": "P0",
  985. "status": "failed",
  986. "screenshots": [],
  987. "error": {}
  988. },
  989. {
  990. "id": "WEB-042",
  991. "description": "指导师查看家庭任务详情",
  992. "priority": "P0",
  993. "status": "failed",
  994. "screenshots": [],
  995. "error": {}
  996. },
  997. {
  998. "id": "WEB-043",
  999. "description": "指导师审核任务",
  1000. "priority": "P0",
  1001. "status": "failed",
  1002. "screenshots": [],
  1003. "error": {}
  1004. },
  1005. {
  1006. "id": "WEB-044",
  1007. "description": "指导师任务审核通过",
  1008. "priority": "P0",
  1009. "status": "failed",
  1010. "screenshots": [],
  1011. "error": {}
  1012. },
  1013. {
  1014. "id": "WEB-045",
  1015. "description": "指导师任务审核拒绝",
  1016. "priority": "P0",
  1017. "status": "failed",
  1018. "screenshots": [],
  1019. "error": {}
  1020. },
  1021. {
  1022. "id": "WEB-046",
  1023. "description": "管理员登出",
  1024. "priority": "P0",
  1025. "status": "failed",
  1026. "screenshots": [],
  1027. "error": {}
  1028. },
  1029. {
  1030. "id": "WEB-047",
  1031. "description": "SQL注入测试",
  1032. "priority": "P0",
  1033. "status": "failed",
  1034. "screenshots": [],
  1035. "error": {}
  1036. },
  1037. {
  1038. "id": "WEB-048",
  1039. "description": "XSS测试",
  1040. "priority": "P0",
  1041. "status": "failed",
  1042. "screenshots": [],
  1043. "error": {}
  1044. },
  1045. {
  1046. "id": "WEB-049",
  1047. "description": "无效手机号测试",
  1048. "priority": "P0",
  1049. "status": "failed",
  1050. "screenshots": [],
  1051. "error": {}
  1052. },
  1053. {
  1054. "id": "WEB-050",
  1055. "description": "无效身份证测试",
  1056. "priority": "P0",
  1057. "status": "failed",
  1058. "screenshots": [],
  1059. "error": {}
  1060. },
  1061. {
  1062. "id": "WEB-051",
  1063. "description": "积分超范围测试",
  1064. "priority": "P0",
  1065. "status": "failed",
  1066. "screenshots": [],
  1067. "error": {}
  1068. }
  1069. ]
  1070. }