Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duration of test execution with multiple cases is incorrect #155

Closed
adrian-herscu opened this issue Oct 28, 2015 · 0 comments
Closed

duration of test execution with multiple cases is incorrect #155

adrian-herscu opened this issue Oct 28, 2015 · 0 comments
Milestone

Comments

@adrian-herscu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants