Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
tests(ci): have CI tests output more debuggging info
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Jul 2, 2014
1 parent 80e9004 commit 1184e05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/ciConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ exports.config = {

baseUrl: env.baseUrl,

jasmineNodeOpts: {
isVerbose: true,
showTiming: true
},

params: {
login: {
user: 'Jane',
Expand Down
5 changes: 5 additions & 0 deletions spec/smokeConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ exports.config = {

baseUrl: env.baseUrl,

jasmineNodeOpts: {
isVerbose: true,
showTiming: true
},

params: {
login: {
user: 'Jane',
Expand Down

0 comments on commit 1184e05

Please sign in to comment.