@@ -28,6 +28,7 @@ import * as path from "path"
2828
2929new BrowserCheck (" browser-check-1" , {
3030 name: " Browser check #1" ,
31+ description: " Loads the **home page** and asserts key elements are visible." ,
3132 frequency: Frequency .EVERY_10M ,
3233 locations: [" us-east-1" , " eu-west-1" ],
3334 code: {
@@ -42,6 +43,7 @@ import * as path from "path"
4243
4344new BrowserCheck (" advanced-browser-check" , {
4445 name: " Advanced Browser Check" ,
46+ description: " Loads the **home page** and asserts key elements are visible." ,
4547 activated: true ,
4648 frequency: Frequency .EVERY_5M ,
4749 locations: [" us-east-1" , " eu-west-1" ],
@@ -76,6 +78,7 @@ The Browser Check configuration consists of specific Browser Check options and i
7678| Property | Type | Required | Default | Description |
7779| ----------| ------| ----------| ---------| -------------|
7880| ` name ` | ` string ` | ✅ | - | Friendly name for your check |
81+ | ` description ` | ` string ` | ❌ | ` null ` | A description of the check. Supports markdown. Max 500 characters |
7982| ` activated ` | ` boolean ` | ❌ | ` true ` | Whether the check is enabled |
8083| ` alertChannels ` | ` AlertChannel[] ` | ❌ | ` [] ` | Array of AlertChannel objects for notifications |
8184| ` alertEscalationPolicy ` | ` AlertEscalationPolicy ` | ❌ | - | Advanced alert settings |
0 commit comments