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

.drone.yml 288 B

2 years ago
1234567891011121314151617181920
  1. kind: pipeline
  2. type: docker
  3. name: first
  4. #platform:
  5. # os: linux
  6. # arch: arm64
  7. steps:
  8. - name: pip
  9. image: python:3
  10. commands:
  11. - pip install -r requirements.txt
  12. - python run_excel_re.py
  13. - ls -lR test_Report
  14. trigger:
  15. branch:
  16. - master
  17. event:
  18. - push

生成接口测试报告

Contributors (2)