Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1330 from vladikoff/test-reporter
Browse files Browse the repository at this point in the history
chore(test): Add a 'console' reporter to see more test details
  • Loading branch information
zaach committed Jun 27, 2014
2 parents e22c440 + 2ca674e commit f8a6d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/intern.js
Expand Up @@ -41,6 +41,8 @@ define(['intern/lib/args'], function (args) {
{ browserName: 'firefox' }
],

reporters: ['console'],

// Maximum number of simultaneous integration tests that should be executed on the remote WebDriver service
maxConcurrency: 3,

Expand Down

0 comments on commit f8a6d58

Please sign in to comment.