ansible / django-ansible-base

Apache License 2.0
12 stars 43 forks source link

Add upload of Junit XML test result files #599

Closed tznamena closed 2 weeks ago

tznamena commented 2 weeks ago

This PR adds storing test results in Junit XML file when the unit test are running and then uploading them to the platform readiness dashboard.

Jira: https://issues.redhat.com/browse/AAP-29787

Documentation: https://handbook.eng.ansible.com/docs/Testing/xunit-junit

The sample repo in Gitlab(link in the documentation) uses httpie for upload however the github runner already provides curl so this PR is making use of that instead.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud