Back to Meteor

Driver

packages/test-in-browser/driver.html

0.8.3.11.2 KB
Original Source

{{> navBar}} {{> uncaughtErrors}} {{> failedTests}} {{> testTable}} {{> groupNav}}

Passed {{passedCount}} of {{totalCount}}

{{#if uncaughtErrors}}

WARNING: The following uncaught errors might be preventing some client tests from running.

{{#each uncaughtErrors}} - {{this}} {{/each}}

{{/if}} {{#if failedTests}}

{{#each failedTests}} - {{this}} {{/each}}

{{/if}}

{{#each testdata}} {{> test_group thisWithDep}} {{/each}}

{{name}} {{#each tests}} {{> test thisWithDep}} {{/each}} {{#each groups}} {{> test_group thisWithDep}} {{/each}}

{{test_status_display}}

{{test_time_display}}

{{#if server}}S:{{else}}C:{{/if}} {{name}}

{{#if expanded}} {{#each eventsArray}} {{> event}} {{else}}

(no data)

{{/each}} {{/if}}

  • {{type}} {{#if times}} ({{times}} times) {{/if}} {{#with get_details}} {{#if this}} {{! type can be any of the following or a custom assertion type * assert_equal * instanceOf * throws * true * null * undefined * NaN * include * length }} {{#if type}}— {{type}}{{/if}} {{#each details}} - {{key}} {{val}} {{/each}} {{/if}} {{#if stack}}
{{stack}}

{{/if}} {{/with}} {{#if is_debuggable}} [Debug] {{/if}}