RED005-taskrewards-bidpublish.yml 925 字节
config:
    name: RED005-发布竞标悬赏任务-悬赏任务列表有数据
    base_url: ${ENV(base_url)}
    variables:
        phone: ${ENV(phone2)}
        title: '竞标悬赏任务标题${get_nowtime()}'
        content: '竞标悬赏任务内容${get_nowtime()}'
        acceptability: '竞标悬赏任务验收标准${get_nowtime()}'

teststeps:

-   name: $phone 登录系统
    testcase: testcases/common/COM001_task_login_testcases.yml


-   name: 发布竞标任务
    variables:
      action: 1
      type: 1
      bidStartTime: ${get_starttime()}
      bidEndTime: ${get_endtime()}
      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