1.1.4 • Published 9 years ago

jasmine-tagged v1.1.4

Weekly downloads
359
License
-
Repository
github
Last release
9 years ago

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)
1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.3.0

10 years ago

0.2.0

11 years ago

0.1.0

11 years ago