jasmine-tagged

1.1.4 • Public • Published

Jasmine Tagged Build Status

Allows for tagging and filtering of specific Jasmine specs depending on the platform.

Installing

npm install jasmine-tagged

Building

  • Clone the repository
  • Run npm install
  • Run grunt to compile the CoffeeScript

Using

  describe "Javascript"->
    describe "on the #server"->
      it "can access files"
    describe "on the #browser"->
      it "can access localstorage"

In jasmine-helper.js

require 'jasmine-tagged'
 
jasmineEnv = jasmine.getEnv()
jasmineEnv.setIncludedTags(["browser"])
 
# By default untagged specs are run, uncomment to change that behavior 
# jasmineEnv.includeSpecsWithoutTags(false) 

Dependencies (1)

Dev Dependencies (6)

Package Sidebar

Install

npm i jasmine-tagged

Weekly Downloads

173

Version

1.1.4

License

none

Last publish

Collaborators

  • atom-team
  • mcolyer
  • kevinsawicki
  • nathansobo
  • benogle