【发布时间】:2019-11-12 16:41:28
【问题描述】:
在我的测试中,所有请求都使用相同的 url ('http://localhost:8080/example')
我在后台部分定义了该网址:
Feature: Some feature
Background:
* url 'http://localhost:8080/example'
有没有更好的写法?
Scenario:
Given path ''
...
谢谢!
【问题讨论】:
标签: karate