1.1.4 • Published 3 years ago

application-insights-availability-reporter v1.1.4

Weekly downloads
186
License
ISC
Repository
-
Last release
3 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

3 years ago

1.1.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago