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

Display additional Test Report Top Statistics Bar values #141

Closed
MoritzSalein opened this issue Feb 17, 2022 · 6 comments
Closed

Display additional Test Report Top Statistics Bar values #141

MoritzSalein opened this issue Feb 17, 2022 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@MoritzSalein
Copy link

In the top of the Test Report Statistic Bar it will be nice to add some summary information from the test run.
Following information should added:

  • Total Requests (count)
  • Failed Requests (count)
  • Recieved Bytes
  • Sent Bytes
  • Total Error Rate (%)

Is it possible to add these additional values? Perhaps it could be configurable in the project settings.

@ludeknovy
Copy link
Owner

Hi @MoritzSalein, yes that should be possible. Total Error Rate is already there. Not sure if error count is currently exposed in the API - will need to investigate that.

@ludeknovy ludeknovy self-assigned this Feb 17, 2022
@ludeknovy ludeknovy added the enhancement New feature or request label Feb 17, 2022
@ludeknovy
Copy link
Owner

The request count is in the header already. Does it make sense to duplicate it?

Screenshot 2022-02-17 at 15 31 50

@ludeknovy
Copy link
Owner

Error count is being returned from the API as well, so can be easily added to the stats.

@MoritzSalein
Copy link
Author

The request count is in the header already. Does it make sense to duplicate it?

Screenshot 2022-02-17 at 15 31 50

Sorry, total Request is on the page and that's ok.

@MoritzSalein
Copy link
Author

Error count is being returned from the API as well, so can be easily added to the stats.

Nice, it will be helpful for the first.

@ludeknovy
Copy link
Owner

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants