You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

10 lines
755 B

testcases:
-
name: app用户创建代卖订单测试套件
testcase: steps/consignment_process/app_proxysell_create_order.yml
parameters:
- title-deliveryTime-paperCategoryId-totalEstimatedWeight-code-message:
- ["创建代卖订单错误的纸品id","2020-09-10 12:00:00","12345","1000",500,"No message available"]
- ["创建代卖订单纸品id为空","2020-09-10 12:00:00","","1000",200,"paperCategoryId:纸品id不能为空"]
- ["创建代卖订单时间为空","","498475822026461184","1000",200,"deliveryTime:送货时间不能为空"]
- ["创建代卖订单时间为空","2020-09-10 12:00:00","498475822026461184","",200,"totalEstimatedWeight:总预估重量不能为空"]