0.0.8 • Published 7 years ago

testarmada-magellan-mongo-reporter v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Magellan Mongo Reporter Plugin

This project is a plugin for Magellan which allows you to report test information to MongoDB.

Installation

Install the npm module in your node project:

npm install --save testarmada-magellan-mongo-reporter

Add the plugin to magellan.json in the reporters list (note: if this file doesn't exist, create it)

{
  "reporters": [
    "testarmada-magellan-mongo-reporter"
  ]
}

Configuration

This plugin is configured with environment variables.

  • XUNIT_REPORT_PATH - path name where to put the xUnit report file, e.g. ./mocha_report.xml

Limitation

Currently to see the error stack trace in JSON report:

  • add --reporter json into your mocha.opts file
  • use Magellan version >=8.6.0
  • Magellan option --max_test_attempts cannot be set to 1
0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.1

7 years ago