cobalt74 / mocha-testling-ci-example

example for running mocha tests on ci.testling.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mocha-testling-ci-example

Run mocha tests in all the browsers with testling-ci.

browser support

usage

First add a github web hook to your repo (under admin/hooks) for "http://git.testling.com".

Then push code to github.

Next go to "http://ci.testling.com/USER/PROJECT" to see your test status.

Then you can add a badge in your readme.markdown with the test status:

[![browser support](http://ci.testling.com/USER/PROJECT.png)](http://ci.testling.com/USER/PROJECT)

license

MIT

About

example for running mocha tests on ci.testling.com

License:Other