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

Feature: --test report should show number of tests run in file #779

Closed
fourjay opened this issue Aug 22, 2022 · 1 comment · Fixed by #780
Closed

Feature: --test report should show number of tests run in file #779

fourjay opened this issue Aug 22, 2022 · 1 comment · Fixed by #780
Milestone

Comments

@fourjay
Copy link

fourjay commented Aug 22, 2022

Right now, running with the --test flag shows something like

hurl/facilities.hurl: RUNNING [1/1]
hurl/facilities.hurl: SUCCESS
--------------------------------------------------------------------------------
Executed:  1
Succeeded: 1 (100.0%)
Failed:    0 (0.0%)
Duration:  29ms

regardless of how many individual GET ... [Asserts] stanzas there are in the file.
This seems counter-intuitive.

@jcamiel
Copy link
Collaborator

jcamiel commented Aug 22, 2022

Hi,
Thanks for the feedback. This is the same issue as #593, currently we’re associating « 1 test = 1 Hurl file » but maybe we can revise it. At least, be more descriptive in the summary like « number of files », « number of request »

@fabricereix fabricereix added this to the 1.7.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants