Show percentage results in BIMTester, add tests for element existance, attributes from a list, and more generic attribute checking

This commit is contained in:
Dion Moult
2020-02-18 14:03:32 +11:00
parent e44221c9c2
commit 5beb3dc755
4 changed files with 44 additions and 34 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<h2>{{name}}</h2>
<p>
<span class="{{#is_success}}success{{/is_success}}{{^is_success}}failure{{/is_success}}">{{#is_success}}Success{{/is_success}}{{^is_success}}Failure{{/is_success}}</span>
Tests passed: <strong>{{total_passes}} / {{total_steps}}</strong>
Tests passed: <strong>{{total_passes}} / {{total_steps}}</strong> ({{pass_rate}}%)
<span class="time">
Time taken: {{time}} seconds
</span>