我们如何基于环境值提供查询参数值

时间:2018-11-23 10:02:46

标签: karate

我有发布请求,可以在其中获取基于资源的URL的索引。我想要针对pro-pro和prod等不同环境的测试用例。 如何使其能够根据环境值更改值?

Given url 'url'
And params param_value
And request '{}'
When method post
Then status 200

在此参数值中,应类似于:-对于pre-prod env:http://access.pre-prod.com/entity/id1和 for prod env:http://access.prod.com/entity/id1

1 个答案:

答案 0 :(得分:1)

找到了来自https://github.com/intuit/karate#param

的解决方案
<android.support.design.widget.FloatingActionButton
        android:id="@+id/add_new"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/ic_add_white"
        android:layout_alignParentBottom="true"
        android:layout_alignParentRight="true"
        android:backgroundTint="@color/red"
        android:layout_margin="@dimen/margin_10"/>

在此我在konfig.js中声明了env特定的URL