This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Report sem screenShot | |
var jasmineSpecReporterSetup = function() { | |
var SpecReporter = require('jasmine-spec-reporter'); | |
jasmine.getEnv().addReporter(new SpecReporter({ | |
displayFailuresSummary: true, //mostra resumo das falhas | |
displaysFailedSpec: true, //exibe os testes que falharam | |
displaySuiteNumber: true, //numero do teste na suite | |
displaySpecDuration: true //tempo de execução dos testes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Report sem screenShot | |
var jasmineSpecReporterSetup = function() { | |
var SpecReporter = require('jasmine-spec-reporter'); | |
jasmine.getEnv().addReporter(new SpecReporter({ | |
displayFailuresSummary: true, //mostra resumo das falhas | |
displaysFailedSpec: true, //exibe os testes que falharam | |
displaySuiteNumber: true, //numero do teste na suite | |
displaySpecDuration: true //tempo de execução dos testes |