RED003-taskrewards-lootreceive.yml
1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
config:
name: RED003-抢单悬赏任务被领取-悬赏任务列表无数据
base_url: ${ENV(base_url)}
variables:
title: '抢单悬赏任务标题${get_nowtime()}'
content: '抢单悬赏任务内容${get_nowtime()}'
acceptability: '抢单悬赏任务验收标准${get_nowtime()}'
teststeps:
- name: $phone 登录系统
variables:
phone: ${ENV(phone2)}
testcase: testcases/common/COM001_task_login_testcases.yml
- name: 保存抢单悬赏任务
variables:
action: 1
type: 0
isReward: True
api: api/app_api/task_api/taskPublish_api.yml
- name: 查看悬赏任务列表
api: api/app_api/task_api/taskrewards_api.yml
validate:
- equals:
- content.data.tasks.0.title
- $title
- equals:
- content.data.tasks.0.inBid
- 0
- name: $phone 登录系统
variables:
phone: ${ENV(phone1)}
testcase: testcases/common/COM001_task_login_testcases.yml
- name: 查看抢单任务列表
variables:
action: 0
newest: 1
api: api/app_api/task_api/contendTasks_api.yml
extract:
- tasks_id: content.data.tasks.0.id
validate:
- eq:
- content.data.tasks.0.title
- $title
- name: 领取任务
variables:
action: 0
id: $tasks_id
api: api/app_api/task_api/submitCompete_api.yml
- name: $phone 登录系统
variables:
phone: ${ENV(phone2)}
testcase: testcases/common/COM001_task_login_testcases.yml
- name: 查看悬赏任务列表
api: api/app_api/task_api/taskrewards_api.yml
validate:
- not_equals:
- content.data.tasks.0.title
- $title