Skip to content

Commit be95010

Browse files
committed
Adding more stacktrace information and verbose information.
1 parent 875bee6 commit be95010

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eform-client/protractor.conf.vsts.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,16 @@ exports.config = {
3737
maxSessions: 1,
3838
maxInstances: 1
3939
},
40-
directConnect: false,
40+
directConnect: true,
4141
baseUrl:
4242
'VSTS_TEST_SERVER_ADDRESS',
4343
framework:
4444
'jasmine',
4545
jasmineNodeOpts: {
4646
showColors: true,
4747
defaultTimeoutInterval: 720000,
48+
includeStackTrace: true,
49+
isVerbose: true,
4850
print: function () {
4951
}
5052
},

0 commit comments

Comments
 (0)