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

Improve text summary #780

Merged
merged 1 commit into from
Aug 23, 2022
Merged

Improve text summary #780

merged 1 commit into from
Aug 23, 2022

Conversation

jcamiel
Copy link
Collaborator

@jcamiel jcamiel commented Aug 23, 2022

Improve text summary:

$ hurl --test *.hurl
test/bar.hurl: Running [1/3]
test/bar.hurl: Success (5 request(s) in 136 ms)
test/baz.hurl: Running [2/3]
error: Assert failure
  --> test/baz.hurl:6:0
   |
 6 | xpath "string(//title)" == "Something"
   |   actual:   string <301 Moved>
   |   expected: string <Something>
   |

test/baz.hurl: Failure (4 request(s) in 62 ms)
test/foo.hurl: Running [3/3]
test/foo.hurl: Success (10 request(s) in 527 ms)
--------------------------------------------------------------------------------
Executed files:  3
Succeeded files: 2 (66.7%)
Failed files:    1 (33.3%)
Duration:        766 ms

Fixes #593
Fixes #779

@fabricereix
Copy link
Collaborator

/accept

@github-actions
Copy link

✅ Pull request accepted and closed by fabricereix with fast forward merge..

# List of commits merged from Orange-OpenSource/hurl/feature/improve-text-summary branch into Orange-OpenSource/hurl/master branch:

@github-actions github-actions bot merged commit 651f3bd into master Aug 23, 2022
@github-actions github-actions bot deleted the feature/improve-text-summary branch August 23, 2022 16:32
@fabricereix fabricereix changed the title Improve text summary. Improve text summary Sep 13, 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 this pull request may close these issues.

Feature: --test report should show number of tests run in file Hurl will only run first test
2 participants