UNPKG

nightwatch-mongo-reporter

Version:

Customer Reporter for the nightwatch project. Saving all ran tests into a defined MongoDB database

28 lines (27 loc) 635 B
{ "name": "nightwatch-mongo-reporter", "version": "1.1.1", "description": "Customer Reporter for the nightwatch project. Saving all ran tests into a defined MongoDB database", "main": "index.js", "scripts": { "test": "mocha tests/index.js" }, "keywords": [ "nightwatch", "mongodb", "custom-reporter" ], "author": "Mattias Nording", "license": "MIT", "devDependencies": { "mocha": "2.2.1" }, "dependencies": { "mongodb":"1.4.35" }, "repository": { "type": "git", "url": "git://github.com/mnording/nighwatch-mongo-reporter.git" } }