【问题标题】:Taurus : Using an external properties file instead of specifying in YAMLTaurus:使用外部属性文件而不是在 YAML 中指定
【发布时间】:2018-08-24 14:37:42
【问题描述】:

在 Taurus 中是否可以使用外部属性文件来指定属性?

我已阅读this,但没有找到解决方案。

我担心我在现有 user.properties 中有 40 个属性,不想将它们移动到 YAML 文件中。

【问题讨论】:

    标签: jmeter yaml performance-testing taurus


    【解决方案1】:

    直接否,但是您可以在单独的 YAML 或 JSON 文件中定义属性,并将 include it 定义到主 YAML 配置中,例如:

    included-configs:  
    - properties.yml  # the file containing your properties definitions
    

    【讨论】:

    • 谢谢,有计划允许这样做吗?
    猜你喜欢
    • 2017-01-21
    • 2013-06-13
    • 1970-01-01
    • 1970-01-01
    • 2020-06-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-06-30
    相关资源
    最近更新 更多