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

Show summary report in checks and groups for K6 #60

Open
Inculator opened this issue Jan 4, 2024 · 0 comments
Open

Show summary report in checks and groups for K6 #60

Inculator opened this issue Jan 4, 2024 · 0 comments

Comments

@Inculator
Copy link

While executing K6 scenarios, the summary also displays something like this :
█ Scenario: "AccountCreationScenario"

   █ Setup:

     █ Verify token generated correctly

       ✗ Exception raised "the body is null so we can't transform it to HTML - this likely was because of a request error getting the response"
        ↳  0% — ✓ 0 / ✗ 1

   █ Test:

     █ Set the current date to now

       ✗ expected response code is 'OK', got +0
        ↳  0% — ✓ 0 / ✗ 1

     █ Search a customer in CRD to check its existence

Any success or failure like this is not displayed in the HTML report checks tab or anywhere in the HTML report.
This is required in order to identify what has failed from the report itself when it is being delivered to servers.

image

If this block could be filled with the summary of failing steps, the report will be more complete.

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

No branches or pull requests

1 participant