vtk.js Test Results

{{#each browsers}}
{{name}}
{{#each tests}}
{{name}} {{#if success}}
passing
{{else}}
failing
{{/if}}
{{#each specs}}
{{description}}
{{#if skipped}}
skipped
{{else if success}}
passing
{{else}}
failing
{{/if}}
{{#with details}}
{{#if (equals operator "imagediff")}} {{! Image diff structure: see testUtils.compareImage }}
Mismatch count tolerance: {{expected}}%
Output
Expected
Difference
{{else}}
Output: {{details.actual}}
Expected: {{details.expected}}
{{/if}}
{{/with}}
{{/each}}
{{/each}}
{{/each}}