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] Excel Test Report #163

Open
5 tasks
Tracked by #1
ty-desj opened this issue Sep 17, 2024 · 3 comments
Open
5 tasks
Tracked by #1

[FEATURE] Excel Test Report #163

ty-desj opened this issue Sep 17, 2024 · 3 comments
Assignees
Labels
high priority Issue requires immediate attention

Comments

@ty-desj
Copy link
Collaborator

ty-desj commented Sep 17, 2024

Create an Excel report module. Convert JSON output to an excel workbook including some basic charts/graphs.

Requires #165

Charts/Graphs/Views to include:

  • Pie Chart
    • Pass/Fail/Status
  • Bar Graph
    • Pass/Fail by Browser
  • Elapsed time
@ty-desj ty-desj mentioned this issue Sep 17, 2024
57 tasks
@ty-desj
Copy link
Collaborator Author

ty-desj commented Sep 17, 2024

@DominicParent @Pswenne I have included a few of the data views/charts we discussed the other day. Any other suggestions for what to include in the default excel report?

@ty-desj ty-desj self-assigned this Sep 17, 2024
@ty-desj ty-desj added the high priority Issue requires immediate attention label Sep 17, 2024
@ty-desj ty-desj changed the title Excel Test Report [FEATURE] Excel Test Report Sep 18, 2024
@DominicParent
Copy link
Collaborator

Can't think of anything else to include by default. Chris might have some ideas.

@ty-desj
Copy link
Collaborator Author

ty-desj commented Sep 20, 2024

After reviewing some of the openpyxl features and our own JSON result document. I think it might be beneficial to refactor the json output to better organize/display the results in a way that is more easily readable by both people and the machine.

I've created a new issue to track this change separately from the Excel report function. It should be completed before a full Excel reporting implementation to minimize risk of breaking changes to the Excel reporting. #165

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high priority Issue requires immediate attention
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants