Scenario Outline: I have an audit type <type>
When a request is received
"""
{
"elements":{
"type":<type>,
"id":"sku-1"
}
"""
Examples:
| type |
| test1 |
| test2 |
| test3 |
如何解決上述問題以用示例中給出的值替換?如何在示例中嵌入示例表格值到JSON中場景大綱中的小黃金
謝謝@Daniel Fintinariu,我參考解決方案中的解決方案 – Digital