This is a mocha reporter that reports test results to Application Insights Availability API
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}