grunt-template-jasmine-teamcity

0.1.4 • Public • Published

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)

Package Sidebar

Install

npm i grunt-template-jasmine-teamcity

Weekly Downloads

1

Version

0.1.4

License

BSD

Last publish

Collaborators

  • thiagog3