kind: pipeline type: docker name: first platform: os: linux arch: arm64 steps: - name: pip image: python:3.10 commands: - pip install -r requirements.txt - pytest trigger: branch: - master event: - push
生成接口测试报告