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

Add JSON report format #41

Open
Ansh5748 opened this issue Jan 23, 2025 · 1 comment
Open

Add JSON report format #41

Ansh5748 opened this issue Jan 23, 2025 · 1 comment

Comments

@Ansh5748
Copy link

What happened

Reports only available in text format

What did you expect to happen

  • Option to output JSON reports
  • Structured data format
  • Machine-readable results

How to reproduce

  1. Generate report
  2. Check report format

Error messages and logs

N/A - Feature request

@Ansh5748
Copy link
Author

I'll add JSON report functionality.

Implementation Details:

  1. Code Changes:

    • Create JSON report generator
    • Implement report schema
    • Add format selection
  2. New Files:

    • json_reporter.py: JSON generation
    • report_schema.json: Schema definition
  3. Modified Files:

    • report_generator.py: Add JSON support
    • main.py: Add format option
  4. Testing Strategy:

    • Validate JSON structure
    • Test all report types
    • Check schema compliance

Assign me This Issue

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