* Removed old Queue & Runner in favor of Suite using the new QueueRunner
* New reporter interface across all reporters * xdescribe & xit now store disabled specs * Rewrite of HtmlReporter to support new interface and be more performant
This commit is contained in:
committed by
Dan Hansen and Davis W. Frank
parent
05977203a6
commit
3fc79bac9e
@@ -6,25 +6,21 @@ class JasmineDev < Thor
|
||||
"ExceptionFormatter.js",
|
||||
"ExpectationResult.js",
|
||||
"Env.js",
|
||||
"Reporter.js",
|
||||
"JsApiReporter.js",
|
||||
"Matchers.js",
|
||||
"MultiReporter.js",
|
||||
"PrettyPrinter.js",
|
||||
"Queue.js",
|
||||
"Runner.js",
|
||||
"QueueRunner.js",
|
||||
"Spec.js",
|
||||
"Suite.js",
|
||||
"Clock.js",
|
||||
"DelayedFunctionScheduler.js"
|
||||
"DelayedFunctionScheduler.js",
|
||||
"ReportDispatcher.js"
|
||||
],
|
||||
|
||||
:html => [
|
||||
"HtmlReporterHelpers.js",
|
||||
"HtmlReporter.js",
|
||||
"ReporterView.js",
|
||||
"SpecView.js",
|
||||
"SuiteView.js",
|
||||
"ResultsNode.js",
|
||||
"QueryString.js"
|
||||
]
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user