0.0.30 • Published 8 years ago

dalek-reporter-mongodb v0.0.30

Weekly downloads
48
License
-
Repository
-
Last release
8 years ago

dalek-reporter-mongodb

DalekJS reporter plugin for MongoDB

Ressources

Docs

The reporter can be installed with the following command:

$ npm install dalek-reporter-mongodb --save-dev

The result that will be saved.

{
    "_id" : ObjectId("568bf62889f8e4790fcb8613"),
    "tests" : [
        {
            "id" : "test2",
            "name" : "test",
            "browser" : "PhantomJS",
            "status" : true,
            "passedAssertions" : 1,
            "failedAssertions" : 0,
            "actions" : [
                {
                    "value" : "http://google.com",
                    "type" : "open",
                    "uuid" : "uuid-3",
                    "kind" : "action"
                },
                {
                    "success" : true,
                    "expected" : "Google",
                    "value" : "Google",
                    "message" : "It has title",
                    "type" : "title",
                    "kind" : "assertion"
                }
            ]
        }
    ],
    "elapsedTime" : {
        "hours" : null,
        "minutes" : null,
        "seconds" : 1.1741814639999999
    },
    "status" : true,
    "assertions" : 1,
    "assertionsFailed" : 0,
    "assertionsPassed" : 1
}

You can change this by adding a config option to the your Configfile.json

{
  "reporter": ["mongodb"],
  "mongodb-reporter": {
    "authenticate": true,
    "host":"localhost",
    "user":"",
    "pass":"",
    "db":"report",
    "colletion":"tests",
    "port":27017
  }
}

Github Issues

Report issues with reporter-mongodb, submit pull requests to fix problems, or to create summarized and documented feature requests (preferably with pull requests that implement the feature).

Legal FooBar (MIT License)

Copyright (c) 2016 Cristiano Boell

Distributed under MIT license

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.26

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago