unity-test-runner/action/results-check-details.hbs

19 lines
250 B
Handlebars
Raw Normal View History

2021-02-27 18:13:19 +00:00
{{#runs}}
<details><summary>{{summary}}</summary>
{{#suites}}
* {{summary}}
{{#tests}}
* {{summary}}
{{#if annotation}}
{{indent annotation.message}}
{{indent annotation.raw_details}}
{{/if}}
{{/tests}}
{{/suites}}
</details>
{{/runs}}