urbanairship / drive.js

Drive.js makes testing JavaScript applications easy, wherever they live
MIT License
43 stars 6 forks source link

Adding TAP output support #18

Closed jarofghosts closed 11 years ago

jarofghosts commented 11 years ago

In order to integrate with automated systems, it's useful for drive to be able to speak a standard test output language.

TAP seems like a good choice as it is well-documented, simple, supported by Jenkins (with a plugin), and isn't XML.

A typical run would look like:

1..4
## test suite 1
ok 1 - first test
ok 2 - second test
not ok 3 - third test
## test suite 2
ok 4 - suite 2's first test
hayes commented 11 years ago

:+1:

hackygolucky commented 11 years ago

:koala: :spaghetti:

jarofghosts commented 11 years ago

189bc93d8fd65b1d97626a2eb089eec673517137