Skip to content

Instantly share code, notes, and snippets.

@SthanleyLima
SthanleyLima / conf.js
Last active February 1, 2016 18:54
Apresentação Calculadora Sem PO
// 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
@SthanleyLima
SthanleyLima / conf.js
Last active February 1, 2016 19:05
Apresentação Calculadora Protractor
// 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