【发布时间】:2021-09-01 15:45:49
【问题描述】:
enter image description here例如:
Scenario Outline:
Given the user is logged into Home Operations
When searching for "<status>"
Then the "<result>" and "<total>" are presented
Examples:
| status |
|approved |
|created |
|rejected |
|confirmed|
result 和 total 是动态值。请问如何解决这个问题?
***Result*** is the total by status type.
***Total*** is the sum of the statuses.
【问题讨论】:
标签: ruby cucumber bdd scenarios