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