0.4.5 • Published 9 years ago

testem-multi v0.4.5

Weekly downloads
10
License
MIT
Repository
github
Last release
9 years ago

#testem-multi Run multiple testems, output to a single tap file. ##Install

npm install -g testem-multi

##Usage 1.Prepare testem-multi.json

{
  "launch_in_ci" : [
    "chrome",
    "safari"
  ],
  "files" : [
    "examples/1.html",
    "examples/2.html"
  ]
}

2.Execute testem-multi

testem-multi

Or use a different file name

testem-multi another_testem_multi.json

##Advance 1. Output only failed test

{
  "output" : [
    "pass": false,
    "fail": true
  ],
  "files" : [
    "examples/1.html",
    "examples/2.html"
  ]
}
  1. Output code coverage information (istanbul)
{
  "output" : [
    "coverage": "tmp/coverage"
  ],
  "files" : [
    "examples/1.html",
    "examples/2.html"
  ],
  "routes": {
    "/src": "instumented"
  }
}

To use code coverage, the code must be instrumented before running testem-multi

  1. Stop running tests when there's a failure
{
  "bailOut" : true,
  "files" : [
    "examples/1.html",
    "examples/2.html"
  ]
}
0.4.5

9 years ago

0.4.4

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

12 years ago