1.1.4 • Published 4 years ago

application-insights-availability-reporter v1.1.4

Weekly downloads
186
License
ISC
Repository
-
Last release
4 years ago

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}

1.1.1

4 years ago

1.1.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago