You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given JGiven 0.9.3
And a test with multiple cases
When running the test
Then the report contains the duration of the first case
Example:
Generic Rest Client Should search on google 2 (1.004s)
Given a REST client (103ms)
When connecting to http://www.google.com
And setting <searchTerm> into query param q
And getting the response (615ms)
Then the response contains <response> (89ms)
Cases
# searchTerm response Status
1 Cheese! Cheese (1.004s)
2 foo foo (301ms)
Note that 1.004s is the duration of first case.
I would expect it to be the sum of all cases, that is 1.004 + 301
The text was updated successfully, but these errors were encountered:
Given JGiven 0.9.3
And a test with multiple cases
When running the test
Then the report contains the duration of the first case
Example:
Note that 1.004s is the duration of first case.
I would expect it to be the sum of all cases, that is 1.004 + 301
The text was updated successfully, but these errors were encountered: