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

[Report] Browser statistics on dashboard #247

Open
martingrossmann opened this issue Jun 28, 2022 · 0 comments
Open

[Report] Browser statistics on dashboard #247

martingrossmann opened this issue Jun 28, 2022 · 0 comments
Labels
enhancement New feature or request ReportNG Bugs and enhancements concerning Testerra ReportNG

Comments

@martingrossmann
Copy link
Contributor

Is your feature request related to a problem? Please describe.
For better overview about the used browser types in your test it would be nice to have some statistics on the dashboard

Describe the solution you'd like
The used browser type is stored in every session context. For statistics report have to iterate about all session contexts to create the statistics.
Is should presented as a table:

Browser Used in tests Created sessions
Chrome 95 20 20
Firefox 100 4 5

The statistics could be placed under "Failure corridor".

Additional context

  • The browser usage should based on stored user agent, not on DesktopWebDriverRequest. It has to be checked if the user agent information are complete. I'm not sure if also platform type (Windows, Linux, Mac) can be determined.
  • In most cases only one browser type is used. So the table is very smart.
  • You can create more then one session in one test: Session count > test count
  • You can create exclusive sessions: session count < test count. This should be noted for session count.
@martingrossmann martingrossmann added the enhancement New feature or request label Jun 28, 2022
@martingrossmann martingrossmann added the ReportNG Bugs and enhancements concerning Testerra ReportNG label Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ReportNG Bugs and enhancements concerning Testerra ReportNG
Projects
None yet
Development

No branches or pull requests

1 participant