To standardize the reporting from the test suite, we could add a to_junit method to our TestSuiteResult
Originally posted by AdriMarteau December 15, 2023
I am looking at integrating giskard in a CI process and I was wondering if it was compatible with pytest.
This would help with leveraging CI tools reporting capabilities.
My idea was to use a command like:
pytest giskard-tests.py --junitxml=junit/test-results.xml
```</div>