mikepenz / action-junit-report

Reports junit test results as GitHub Pull Request Check
https://blog.mikepenz.dev
Apache License 2.0
298 stars 114 forks source link

Add classname to check_title_template #1095

Closed valentin-demange closed 3 months ago

valentin-demange commented 3 months ago

Objective of this PR is to add {{CLASS_NAME}} to check_title_template.

We currently use pytest + junitxml output for report. With this update, we would be able to customize the title to be {{FILE_NAME}}::{CLASS_NAME}}::{{TEST_NAME}}, which is the pytest way to identify & run a test.