0.1.4 • Published 10 years ago

grunt-template-jasmine-teamcity v0.1.4

Weekly downloads
2
License
BSD
Repository
github
Last release
10 years ago

Teamcity Reporter template for Jasmine unit tests Build Status

Installation

By default, this template works with Jasmine 2.x

npm install grunt-template-jasmine-teamcity --save-dev

Sample usage

// Example configuration using a single requireJS config file
grunt.initConfig({
  connect: {
    test : {
      port : 8000
    }
  },
  jasmine: {
    taskName: {
      src: 'src/**/*.js',
      options: {
        display: 'none',
        specs: 'spec/*Spec.js',
        helpers: 'spec/*Helper.js',
        host: 'http://127.0.0.1:8000/',
        template: require('grunt-template-jasmine-teamcity')
      }
    }
  }
});

Authors / Maintainers

  • Thiago Sciotta (@thiagog3)
0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago