我的项目中要求在两个不同的URL上运行Scenario文件。这两个URL的所有请求标头都完全相同。
计划使用与以下类似的方法
Scenario Outline: Test
Given url <testurls>
And path 'test'
When method GET
Examples:
|testurls |
|'https://test1.com' |
|'https://test2.com' |
在空手道中还有其他更好的方法吗?
答案 0 :(得分:0)
这应该是最简单的方法。