1.0.0 • Published 10 years ago

mocha-teamcity-phantomjs v1.0.0

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

mocha-teamcity-phantomjs

Allows you to use teamcity reporter with mocha-phantomjs.

Create a symlink to node_modules/mocha-teamcity-phantomjs/mocha-teamcity-phantomjs.js near your html page.

Add to the html page:

<script src="mocha.js"></script>
<script src="mocha-teamcity-phantomjs.js"></script>

Run:

node_modules/.bin/mocha-phantomjs -R teamcity test.html