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

Create json version of html reports #913

Closed
1 task done
adhilto opened this issue Feb 15, 2024 · 0 comments · Fixed by #970
Closed
1 task done

Create json version of html reports #913

adhilto opened this issue Feb 15, 2024 · 0 comments · Fixed by #970
Assignees
Labels
enhancement This issue or pull request will add new or improve existing functionality
Milestone

Comments

@adhilto
Copy link
Collaborator

adhilto commented Feb 15, 2024

💡 Summary

Create a json file that has the same details as the report but in json format.

Motivation and context

Request comes from the MTA team. Making this change would facilitate viewing the results using an external tool rather than our built-in html report, such as a Kibana dashboard.

Implementation notes

For example:

[
  {
    "Control ID": "...",
    "Requirement": "...",
    "Result": "...",
    "Criticality": "",
    "Details": ""
  },
  {
    "Control ID": "...",
    "Requirement": "...",
    "Result": "...",
    "Criticality": "",
    "Details": ""
  },
]

TestResults.json comes close to this but isn't exactly the same thing.

Acceptance criteria

  • A json file as described above is created automatically
@adhilto adhilto added the enhancement This issue or pull request will add new or improve existing functionality label Feb 15, 2024
@schrolla schrolla added this to the Halibut milestone Feb 15, 2024
@adhilto adhilto self-assigned this Feb 28, 2024
@adhilto adhilto mentioned this issue Mar 6, 2024
20 tasks
@adhilto adhilto linked a pull request Mar 6, 2024 that will close this issue
20 tasks
@adhilto adhilto modified the milestones: Halibut, Glacier Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue or pull request will add new or improve existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants