关于测试用例的写法-示例page.yaml

时间:2024-10-18 19:20:16
- field_name: 队伍名称
  is_required: true
  max_length: '50'
  min_length: '1'
  type: 普通输入框
- field_name: 负责区域
  is_required: true
  max_length: '50'
  min_length: '1'
  type: 普通输入框
- field_name: 应急队长
  is_required: true
  max_length: '50'
  min_length: '1'
  type: 普通输入框
- field_name: 应急电话
  is_required: true
  type: 手机号输入框
- field_name: 所在位置
  max_length: '50'
  min_length: '1'
  type: 普通输入框
- field_name: 坐标定位
  is_required: true
  type: 地图坐标选择器
- field_name: 附件
  file_count: 10个
  file_format: .rar .zip .doc .docx .pdf
  file_max_size: 20M
  file_min_size: 0M
  type: 附件上传
- field_name: 确定
  type: 提交确定按钮
- field_name: 取消
  type: 提交取消按钮