stevenxuwoss
stevenxuwoss
@rad96 could you give more example for it? if add a lable like @allure.label("owner", "andy") how to run with it like pytest --allure-epics=epic? --allure-owner=andy? any it will show in the...
I'd like to make an addition, the two scenario tests with examples Scenario: 通过SFE平台添加设备 Given 用户: , 密码: When 登录SFE平台 Given 设备类型: And 设备信息: When 新增设备 Then 验证设备列表 Examples: |...
thanks very much, i'll hava a try with base64
you should use add_listener or decorator as offical doc mentioned https://docs.locust.io/en/stable/extending-locust.html.