Sha256: a1bc7a475e967e4a2e6ecc41190967854301433e45475ba41644c59692badf63
Contents?: true
Size: 715 Bytes
Versions: 7
Compression:
Stored size: 715 Bytes
Contents
class Teaspoon.Reporters.HTML extends Teaspoon.Reporters.HTML constructor: -> super angular.scenario.output("teaspoon", @bindScenarioOutput) bindScenarioOutput: (context, runner, model) => # model.on "specBegin", (spec) => @reportSpecStarting(spec) model.on "specEnd", (spec) => @reportSpecResults(spec) model.on "runnerEnd", => @reportRunnerResults() model.on "runnerBegin", => @reportRunnerStarting(total: angular.scenario.Describe.specId) header = document.getElementById("header") header.parentNode.removeChild(header) if header specs = document.getElementById("specs") specs.style.paddingTop = 0 if specs envInfo: -> "angular-scenario 1.0.5"
Version data entries
7 entries across 7 versions & 1 rubygems