mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
enable e2e stacktrace
This commit is contained in:
@@ -69,7 +69,6 @@ exports.config = {
|
||||
plugins: [{
|
||||
path: '../node_modules/protractor-istanbul-plugin'
|
||||
}],
|
||||
|
||||
framework: 'jasmine',
|
||||
jasmineNodeOpts: {
|
||||
showColors: true,
|
||||
@@ -85,7 +84,7 @@ exports.config = {
|
||||
onPrepare: function () {
|
||||
jasmine.getEnv().addReporter(new SpecReporter({
|
||||
spec: {
|
||||
displayStacktrace: true
|
||||
displayStacktrace: 'pretty'
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
Reference in New Issue
Block a user