mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
19 lines
250 B
Handlebars
19 lines
250 B
Handlebars
{{#runs}}
|
|
|
|
<details><summary>{{summary}}</summary>
|
|
|
|
{{#suites}}
|
|
* {{summary}}
|
|
{{#tests}}
|
|
* {{summary}}
|
|
{{#if annotation}}
|
|
{{indent annotation.message}}
|
|
{{indent annotation.raw_details}}
|
|
{{/if}}
|
|
{{/tests}}
|
|
{{/suites}}
|
|
|
|
</details>
|
|
|
|
{{/runs}}
|