application-insights-availability-reporter

1.1.4 • Public • Published

Introduction

This is a mocha reporter that reports test results to Application Insights Availability API

Getting Started

For the reporter to work correctly you need to set APPINSIGHTS_INSTRUMENTATIONKEY environment variable

After each test result is reported to Application Insights correlated to the instrumentation key given

Config options

{
    "rename": false, // whether reported test should be renamed
    "project": "project_name", // project name used for the reename function
    "interval": "10m", // interval used for rename function 
    "type": "trn" // type uses for rename function
}

Renaming will build name ${config.type} ${config.project} test-name ${interval}

Readme

Keywords

none

Package Sidebar

Install

npm i application-insights-availability-reporter

Weekly Downloads

1

Version

1.1.4

License

ISC

Unpacked Size

3.89 kB

Total Files

4

Last publish

Collaborators

  • j4cku