Skip to content

Export QueryAssure results as JUnit XML #30

Description

@Victoria824

Why

JUnit XML would let existing CI systems display QueryAssure cases alongside ordinary test results without a custom integration.

Acceptance criteria

  • Add an optional --junit <path> output to the test command
  • Map each contract to one testcase with stable suite/case names
  • Represent blocked regressions as failures with the gate and concise reason
  • Escape untrusted content and exclude result rows, secrets, and credentials
  • Add round-trip XML parsing tests and a README example

Helpful starting points

  • src/queryassure/cli.py
  • src/queryassure/reporting.py
  • tests_py/test_core.py

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions