Print afterAllExceptions to the console.
- Add afterAllException function to ConsoleReporter - Print the stack traces of the errors at the end of the console output [#67055730]
This commit is contained in:
@@ -47,7 +47,15 @@ var jasmineInterface = {
|
||||
|
||||
jsApiReporter: new jasmine.JsApiReporter({
|
||||
timer: new jasmine.Timer()
|
||||
})
|
||||
}),
|
||||
|
||||
beforeAll: function(beforeAllFunction) {
|
||||
return env.beforeAll(beforeAllFunction);
|
||||
},
|
||||
|
||||
afterAll: function(afterAllFunction) {
|
||||
return env.afterAll(afterAllFunction);
|
||||
}
|
||||
};
|
||||
|
||||
extend(global, jasmineInterface);
|
||||
|
||||
Reference in New Issue
Block a user