Creates a Playwright check from a code bundle.
Create PlaywrightCheckSuite Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PlaywrightCheckSuite(name: string, args: PlaywrightCheckSuiteArgs, opts?: CustomResourceOptions);@overload
def PlaywrightCheckSuite(resource_name: str,
args: PlaywrightCheckSuiteArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PlaywrightCheckSuite(resource_name: str,
opts: Optional[ResourceOptions] = None,
runtime: Optional[PlaywrightCheckSuiteRuntimeArgs] = None,
frequency: Optional[int] = None,
activated: Optional[bool] = None,
bundle: Optional[PlaywrightCheckSuiteBundleArgs] = None,
name: Optional[str] = None,
group_id: Optional[int] = None,
alert_channel_subscriptions: Optional[Sequence[PlaywrightCheckSuiteAlertChannelSubscriptionArgs]] = None,
group_order: Optional[int] = None,
muted: Optional[bool] = None,
locations: Optional[Sequence[str]] = None,
private_locations: Optional[Sequence[str]] = None,
run_parallel: Optional[bool] = None,
alert_settings: Optional[PlaywrightCheckSuiteAlertSettingsArgs] = None,
tags: Optional[Sequence[str]] = None,
trigger_incident: Optional[PlaywrightCheckSuiteTriggerIncidentArgs] = None,
use_global_alert_settings: Optional[bool] = None)func NewPlaywrightCheckSuite(ctx *Context, name string, args PlaywrightCheckSuiteArgs, opts ...ResourceOption) (*PlaywrightCheckSuite, error)public PlaywrightCheckSuite(string name, PlaywrightCheckSuiteArgs args, CustomResourceOptions? opts = null)
public PlaywrightCheckSuite(String name, PlaywrightCheckSuiteArgs args)
public PlaywrightCheckSuite(String name, PlaywrightCheckSuiteArgs args, CustomResourceOptions options)
type: checkly:PlaywrightCheckSuite
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PlaywrightCheckSuiteArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PlaywrightCheckSuiteArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PlaywrightCheckSuiteArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PlaywrightCheckSuiteArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PlaywrightCheckSuiteArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var playwrightCheckSuiteResource = new Checkly.PlaywrightCheckSuite("playwrightCheckSuiteResource", new()
{
Runtime = new Checkly.Inputs.PlaywrightCheckSuiteRuntimeArgs
{
Playwright = new Checkly.Inputs.PlaywrightCheckSuiteRuntimePlaywrightArgs
{
Devices = new[]
{
new Checkly.Inputs.PlaywrightCheckSuiteRuntimePlaywrightDeviceArgs
{
Type = "string",
},
},
Version = "string",
},
Steps = new Checkly.Inputs.PlaywrightCheckSuiteRuntimeStepsArgs
{
Install = new Checkly.Inputs.PlaywrightCheckSuiteRuntimeStepsInstallArgs
{
Command = "string",
},
Test = new Checkly.Inputs.PlaywrightCheckSuiteRuntimeStepsTestArgs
{
Command = "string",
},
},
},
Frequency = 0,
Activated = false,
Bundle = new Checkly.Inputs.PlaywrightCheckSuiteBundleArgs
{
Id = "string",
Metadata = "string",
},
Name = "string",
GroupId = 0,
AlertChannelSubscriptions = new[]
{
new Checkly.Inputs.PlaywrightCheckSuiteAlertChannelSubscriptionArgs
{
Activated = false,
ChannelId = 0,
},
},
GroupOrder = 0,
Muted = false,
Locations = new[]
{
"string",
},
PrivateLocations = new[]
{
"string",
},
RunParallel = false,
AlertSettings = new Checkly.Inputs.PlaywrightCheckSuiteAlertSettingsArgs
{
EscalationType = "string",
ParallelRunFailureThresholds = new[]
{
new Checkly.Inputs.PlaywrightCheckSuiteAlertSettingsParallelRunFailureThresholdArgs
{
Enabled = false,
Percentage = 0,
},
},
Reminders = new[]
{
new Checkly.Inputs.PlaywrightCheckSuiteAlertSettingsReminderArgs
{
Amount = 0,
Interval = 0,
},
},
RunBasedEscalations = new[]
{
new Checkly.Inputs.PlaywrightCheckSuiteAlertSettingsRunBasedEscalationArgs
{
FailedRunThreshold = 0,
},
},
TimeBasedEscalations = new[]
{
new Checkly.Inputs.PlaywrightCheckSuiteAlertSettingsTimeBasedEscalationArgs
{
MinutesFailingThreshold = 0,
},
},
},
Tags = new[]
{
"string",
},
TriggerIncident = new Checkly.Inputs.PlaywrightCheckSuiteTriggerIncidentArgs
{
Description = "string",
Name = "string",
NotifySubscribers = false,
ServiceId = "string",
Severity = "string",
},
UseGlobalAlertSettings = false,
});
example, err := checkly.NewPlaywrightCheckSuite(ctx, "playwrightCheckSuiteResource", &checkly.PlaywrightCheckSuiteArgs{
Runtime: &checkly.PlaywrightCheckSuiteRuntimeArgs{
Playwright: &checkly.PlaywrightCheckSuiteRuntimePlaywrightArgs{
Devices: checkly.PlaywrightCheckSuiteRuntimePlaywrightDeviceArray{
&checkly.PlaywrightCheckSuiteRuntimePlaywrightDeviceArgs{
Type: pulumi.String("string"),
},
},
Version: pulumi.String("string"),
},
Steps: &checkly.PlaywrightCheckSuiteRuntimeStepsArgs{
Install: &checkly.PlaywrightCheckSuiteRuntimeStepsInstallArgs{
Command: pulumi.String("string"),
},
Test: &checkly.PlaywrightCheckSuiteRuntimeStepsTestArgs{
Command: pulumi.String("string"),
},
},
},
Frequency: pulumi.Int(0),
Activated: pulumi.Bool(false),
Bundle: &checkly.PlaywrightCheckSuiteBundleArgs{
Id: pulumi.String("string"),
Metadata: pulumi.String("string"),
},
Name: pulumi.String("string"),
GroupId: pulumi.Int(0),
AlertChannelSubscriptions: checkly.PlaywrightCheckSuiteAlertChannelSubscriptionArray{
&checkly.PlaywrightCheckSuiteAlertChannelSubscriptionArgs{
Activated: pulumi.Bool(false),
ChannelId: pulumi.Int(0),
},
},
GroupOrder: pulumi.Int(0),
Muted: pulumi.Bool(false),
Locations: pulumi.StringArray{
pulumi.String("string"),
},
PrivateLocations: pulumi.StringArray{
pulumi.String("string"),
},
RunParallel: pulumi.Bool(false),
AlertSettings: &checkly.PlaywrightCheckSuiteAlertSettingsArgs{
EscalationType: pulumi.String("string"),
ParallelRunFailureThresholds: checkly.PlaywrightCheckSuiteAlertSettingsParallelRunFailureThresholdArray{
&checkly.PlaywrightCheckSuiteAlertSettingsParallelRunFailureThresholdArgs{
Enabled: pulumi.Bool(false),
Percentage: pulumi.Int(0),
},
},
Reminders: checkly.PlaywrightCheckSuiteAlertSettingsReminderArray{
&checkly.PlaywrightCheckSuiteAlertSettingsReminderArgs{
Amount: pulumi.Int(0),
Interval: pulumi.Int(0),
},
},
RunBasedEscalations: checkly.PlaywrightCheckSuiteAlertSettingsRunBasedEscalationArray{
&checkly.PlaywrightCheckSuiteAlertSettingsRunBasedEscalationArgs{
FailedRunThreshold: pulumi.Int(0),
},
},
TimeBasedEscalations: checkly.PlaywrightCheckSuiteAlertSettingsTimeBasedEscalationArray{
&checkly.PlaywrightCheckSuiteAlertSettingsTimeBasedEscalationArgs{
MinutesFailingThreshold: pulumi.Int(0),
},
},
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
TriggerIncident: &checkly.PlaywrightCheckSuiteTriggerIncidentArgs{
Description: pulumi.String("string"),
Name: pulumi.String("string"),
NotifySubscribers: pulumi.Bool(false),
ServiceId: pulumi.String("string"),
Severity: pulumi.String("string"),
},
UseGlobalAlertSettings: pulumi.Bool(false),
})
var playwrightCheckSuiteResource = new PlaywrightCheckSuite("playwrightCheckSuiteResource", PlaywrightCheckSuiteArgs.builder()
.runtime(PlaywrightCheckSuiteRuntimeArgs.builder()
.playwright(PlaywrightCheckSuiteRuntimePlaywrightArgs.builder()
.devices(PlaywrightCheckSuiteRuntimePlaywrightDeviceArgs.builder()
.type("string")
.build())
.version("string")
.build())
.steps(PlaywrightCheckSuiteRuntimeStepsArgs.builder()
.install(PlaywrightCheckSuiteRuntimeStepsInstallArgs.builder()
.command("string")
.build())
.test(PlaywrightCheckSuiteRuntimeStepsTestArgs.builder()
.command("string")
.build())
.build())
.build())
.frequency(0)
.activated(false)
.bundle(PlaywrightCheckSuiteBundleArgs.builder()
.id("string")
.metadata("string")
.build())
.name("string")
.groupId(0)
.alertChannelSubscriptions(PlaywrightCheckSuiteAlertChannelSubscriptionArgs.builder()
.activated(false)
.channelId(0)
.build())
.groupOrder(0)
.muted(false)
.locations("string")
.privateLocations("string")
.runParallel(false)
.alertSettings(PlaywrightCheckSuiteAlertSettingsArgs.builder()
.escalationType("string")
.parallelRunFailureThresholds(PlaywrightCheckSuiteAlertSettingsParallelRunFailureThresholdArgs.builder()
.enabled(false)
.percentage(0)
.build())
.reminders(PlaywrightCheckSuiteAlertSettingsReminderArgs.builder()
.amount(0)
.interval(0)
.build())
.runBasedEscalations(PlaywrightCheckSuiteAlertSettingsRunBasedEscalationArgs.builder()
.failedRunThreshold(0)
.build())
.timeBasedEscalations(PlaywrightCheckSuiteAlertSettingsTimeBasedEscalationArgs.builder()
.minutesFailingThreshold(0)
.build())
.build())
.tags("string")
.triggerIncident(PlaywrightCheckSuiteTriggerIncidentArgs.builder()
.description("string")
.name("string")
.notifySubscribers(false)
.serviceId("string")
.severity("string")
.build())
.useGlobalAlertSettings(false)
.build());
playwright_check_suite_resource = checkly.PlaywrightCheckSuite("playwrightCheckSuiteResource",
runtime={
"playwright": {
"devices": [{
"type": "string",
}],
"version": "string",
},
"steps": {
"install": {
"command": "string",
},
"test": {
"command": "string",
},
},
},
frequency=0,
activated=False,
bundle={
"id": "string",
"metadata": "string",
},
name="string",
group_id=0,
alert_channel_subscriptions=[{
"activated": False,
"channel_id": 0,
}],
group_order=0,
muted=False,
locations=["string"],
private_locations=["string"],
run_parallel=False,
alert_settings={
"escalation_type": "string",
"parallel_run_failure_thresholds": [{
"enabled": False,
"percentage": 0,
}],
"reminders": [{
"amount": 0,
"interval": 0,
}],
"run_based_escalations": [{
"failed_run_threshold": 0,
}],
"time_based_escalations": [{
"minutes_failing_threshold": 0,
}],
},
tags=["string"],
trigger_incident={
"description": "string",
"name": "string",
"notify_subscribers": False,
"service_id": "string",
"severity": "string",
},
use_global_alert_settings=False)
const playwrightCheckSuiteResource = new checkly.PlaywrightCheckSuite("playwrightCheckSuiteResource", {
runtime: {
playwright: {
devices: [{
type: "string",
}],
version: "string",
},
steps: {
install: {
command: "string",
},
test: {
command: "string",
},
},
},
frequency: 0,
activated: false,
bundle: {
id: "string",
metadata: "string",
},
name: "string",
groupId: 0,
alertChannelSubscriptions: [{
activated: false,
channelId: 0,
}],
groupOrder: 0,
muted: false,
locations: ["string"],
privateLocations: ["string"],
runParallel: false,
alertSettings: {
escalationType: "string",
parallelRunFailureThresholds: [{
enabled: false,
percentage: 0,
}],
reminders: [{
amount: 0,
interval: 0,
}],
runBasedEscalations: [{
failedRunThreshold: 0,
}],
timeBasedEscalations: [{
minutesFailingThreshold: 0,
}],
},
tags: ["string"],
triggerIncident: {
description: "string",
name: "string",
notifySubscribers: false,
serviceId: "string",
severity: "string",
},
useGlobalAlertSettings: false,
});
type: checkly:PlaywrightCheckSuite
properties:
activated: false
alertChannelSubscriptions:
- activated: false
channelId: 0
alertSettings:
escalationType: string
parallelRunFailureThresholds:
- enabled: false
percentage: 0
reminders:
- amount: 0
interval: 0
runBasedEscalations:
- failedRunThreshold: 0
timeBasedEscalations:
- minutesFailingThreshold: 0
bundle:
id: string
metadata: string
frequency: 0
groupId: 0
groupOrder: 0
locations:
- string
muted: false
name: string
privateLocations:
- string
runParallel: false
runtime:
playwright:
devices:
- type: string
version: string
steps:
install:
command: string
test:
command: string
tags:
- string
triggerIncident:
description: string
name: string
notifySubscribers: false
serviceId: string
severity: string
useGlobalAlertSettings: false
PlaywrightCheckSuite Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The PlaywrightCheckSuite resource accepts the following input properties:
- Activated bool
- Determines whether the check will run periodically or not after being deployed.
- Bundle
Playwright
Check Suite Bundle - Attaches a code bundle to the check.
- Frequency int
- Controls how often the check should run. Defined in minutes. The allowed values are
1(1 minute),2(2 minutes),5(5 minutes),10(10 minutes),15(15 minutes),30(30 minutes),60(1 hour),120(2 hours),180(3 hours),360(6 hours),720(12 hours) and1440(24 hours). - Runtime
Playwright
Check Suite Runtime - Configure the runtime environment of the Playwright check.
- Alert
Channel List<PlaywrightSubscriptions Check Suite Alert Channel Subscription> - An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you.
- Alert
Settings PlaywrightCheck Suite Alert Settings - Determines the alert escalation policy for the check.
- Group
Id int - The ID of the check group that this check is part of.
- Group
Order int - The position of the check in the check group. It determines in what order checks and monitors are run when a group is triggered from the API or from CI/CD.
- Locations List<string>
- An array of one or more data center locations where to run the this check.
- Muted bool
- Determines if any notifications will be sent out when the check fails and/or recovers. (Default
false). - Name string
- The name of the check.
- Private
Locations List<string> - An array of one or more private locations slugs.
- Run
Parallel bool - Determines whether the check should run on all selected locations in parallel or round-robin. (Default
false). - List<string>
- A list of tags for organizing and filtering checks and monitors.
- Trigger
Incident PlaywrightCheck Suite Trigger Incident - Create and resolve an incident based on the alert configuration. Useful for status page automation.
- Use
Global boolAlert Settings - When true, the account level alert settings will be used, not the alert setting defined on this check. (Default
true).
- Activated bool
- Determines whether the check will run periodically or not after being deployed.
- Bundle
Playwright
Check Suite Bundle Args - Attaches a code bundle to the check.
- Frequency int
- Controls how often the check should run. Defined in minutes. The allowed values are
1(1 minute),2(2 minutes),5(5 minutes),10(10 minutes),15(15 minutes),30(30 minutes),60(1 hour),120(2 hours),180(3 hours),360(6 hours),720(12 hours) and1440(24 hours). - Runtime
Playwright
Check Suite Runtime Args - Configure the runtime environment of the Playwright check.
- Alert
Channel []PlaywrightSubscriptions Check Suite Alert Channel Subscription Args - An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you.
- Alert
Settings PlaywrightCheck Suite Alert Settings Args - Determines the alert escalation policy for the check.
- Group
Id int - The ID of the check group that this check is part of.
- Group
Order int - The position of the check in the check group. It determines in what order checks and monitors are run when a group is triggered from the API or from CI/CD.
- Locations []string
- An array of one or more data center locations where to run the this check.
- Muted bool
- Determines if any notifications will be sent out when the check fails and/or recovers. (Default
false). - Name string
- The name of the check.
- Private
Locations []string - An array of one or more private locations slugs.
- Run
Parallel bool - Determines whether the check should run on all selected locations in parallel or round-robin. (Default
false). - []string
- A list of tags for organizing and filtering checks and monitors.
- Trigger
Incident PlaywrightCheck Suite Trigger Incident Args - Create and resolve an incident based on the alert configuration. Useful for status page automation.
- Use
Global boolAlert Settings - When true, the account level alert settings will be used, not the alert setting defined on this check. (Default
true).
- activated Boolean
- Determines whether the check will run periodically or not after being deployed.
- bundle
Playwright
Check Suite Bundle - Attaches a code bundle to the check.
- frequency Integer
- Controls how often the check should run. Defined in minutes. The allowed values are
1(1 minute),2(2 minutes),5(5 minutes),10(10 minutes),15(15 minutes),30(30 minutes),60(1 hour),120(2 hours),180(3 hours),360(6 hours),720(12 hours) and1440(24 hours). - runtime
Playwright
Check Suite Runtime - Configure the runtime environment of the Playwright check.
- alert
Channel List<PlaywrightSubscriptions Check Suite Alert Channel Subscription> - An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you.
- alert
Settings PlaywrightCheck Suite Alert Settings - Determines the alert escalation policy for the check.
- group
Id Integer - The ID of the check group that this check is part of.
- group
Order Integer - The position of the check in the check group. It determines in what order checks and monitors are run when a group is triggered from the API or from CI/CD.
- locations List<String>
- An array of one or more data center locations where to run the this check.
- muted Boolean
- Determines if any notifications will be sent out when the check fails and/or recovers. (Default
false). - name String
- The name of the check.
- private
Locations List<String> - An array of one or more private locations slugs.
- run
Parallel Boolean - Determines whether the check should run on all selected locations in parallel or round-robin. (Default
false). - List<String>
- A list of tags for organizing and filtering checks and monitors.
- trigger
Incident PlaywrightCheck Suite Trigger Incident - Create and resolve an incident based on the alert configuration. Useful for status page automation.
- use
Global BooleanAlert Settings - When true, the account level alert settings will be used, not the alert setting defined on this check. (Default
true).
- activated boolean
- Determines whether the check will run periodically or not after being deployed.
- bundle
Playwright
Check Suite Bundle - Attaches a code bundle to the check.
- frequency number
- Controls how often the check should run. Defined in minutes. The allowed values are
1(1 minute),2(2 minutes),5(5 minutes),10(10 minutes),15(15 minutes),30(30 minutes),60(1 hour),120(2 hours),180(3 hours),360(6 hours),720(12 hours) and1440(24 hours). - runtime
Playwright
Check Suite Runtime - Configure the runtime environment of the Playwright check.
- alert
Channel PlaywrightSubscriptions Check Suite Alert Channel Subscription[] - An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you.
- alert
Settings PlaywrightCheck Suite Alert Settings - Determines the alert escalation policy for the check.
- group
Id number - The ID of the check group that this check is part of.
- group
Order number - The position of the check in the check group. It determines in what order checks and monitors are run when a group is triggered from the API or from CI/CD.
- locations string[]
- An array of one or more data center locations where to run the this check.
- muted boolean
- Determines if any notifications will be sent out when the check fails and/or recovers. (Default
false). - name string
- The name of the check.
- private
Locations string[] - An array of one or more private locations slugs.
- run
Parallel boolean - Determines whether the check should run on all selected locations in parallel or round-robin. (Default
false). - string[]
- A list of tags for organizing and filtering checks and monitors.
- trigger
Incident PlaywrightCheck Suite Trigger Incident - Create and resolve an incident based on the alert configuration. Useful for status page automation.
- use
Global booleanAlert Settings - When true, the account level alert settings will be used, not the alert setting defined on this check. (Default
true).
- activated bool
- Determines whether the check will run periodically or not after being deployed.
- bundle
Playwright
Check Suite Bundle Args - Attaches a code bundle to the check.
- frequency int
- Controls how often the check should run. Defined in minutes. The allowed values are
1(1 minute),2(2 minutes),5(5 minutes),10(10 minutes),15(15 minutes),30(30 minutes),60(1 hour),120(2 hours),180(3 hours),360(6 hours),720(12 hours) and1440(24 hours). - runtime
Playwright
Check Suite Runtime Args - Configure the runtime environment of the Playwright check.
- alert_
channel_ Sequence[Playwrightsubscriptions Check Suite Alert Channel Subscription Args] - An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you.
- alert_
settings PlaywrightCheck Suite Alert Settings Args - Determines the alert escalation policy for the check.
- group_
id int - The ID of the check group that this check is part of.
- group_
order int - The position of the check in the check group. It determines in what order checks and monitors are run when a group is triggered from the API or from CI/CD.
- locations Sequence[str]
- An array of one or more data center locations where to run the this check.
- muted bool
- Determines if any notifications will be sent out when the check fails and/or recovers. (Default
false). - name str
- The name of the check.
- private_
locations Sequence[str] - An array of one or more private locations slugs.
- run_
parallel bool - Determines whether the check should run on all selected locations in parallel or round-robin. (Default
false). - Sequence[str]
- A list of tags for organizing and filtering checks and monitors.
- trigger_
incident PlaywrightCheck Suite Trigger Incident Args - Create and resolve an incident based on the alert configuration. Useful for status page automation.
- use_
global_ boolalert_ settings - When true, the account level alert settings will be used, not the alert setting defined on this check. (Default
true).
- activated Boolean
- Determines whether the check will run periodically or not after being deployed.
- bundle Property Map
- Attaches a code bundle to the check.
- frequency Number
- Controls how often the check should run. Defined in minutes. The allowed values are
1(1 minute),2(2 minutes),5(5 minutes),10(10 minutes),15(15 minutes),30(30 minutes),60(1 hour),120(2 hours),180(3 hours),360(6 hours),720(12 hours) and1440(24 hours). - runtime Property Map
- Configure the runtime environment of the Playwright check.
- alert
Channel List<Property Map>Subscriptions - An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you.
- alert
Settings Property Map - Determines the alert escalation policy for the check.
- group
Id Number - The ID of the check group that this check is part of.
- group
Order Number - The position of the check in the check group. It determines in what order checks and monitors are run when a group is triggered from the API or from CI/CD.
- locations List<String>
- An array of one or more data center locations where to run the this check.
- muted Boolean
- Determines if any notifications will be sent out when the check fails and/or recovers. (Default
false). - name String
- The name of the check.
- private
Locations List<String> - An array of one or more private locations slugs.
- run
Parallel Boolean - Determines whether the check should run on all selected locations in parallel or round-robin. (Default
false). - List<String>
- A list of tags for organizing and filtering checks and monitors.
- trigger
Incident Property Map - Create and resolve an incident based on the alert configuration. Useful for status page automation.
- use
Global BooleanAlert Settings - When true, the account level alert settings will be used, not the alert setting defined on this check. (Default
true).
Outputs
All input properties are implicitly available as output properties. Additionally, the PlaywrightCheckSuite resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing PlaywrightCheckSuite Resource
Get an existing PlaywrightCheckSuite resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: PlaywrightCheckSuiteState, opts?: CustomResourceOptions): PlaywrightCheckSuite@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
activated: Optional[bool] = None,
alert_channel_subscriptions: Optional[Sequence[PlaywrightCheckSuiteAlertChannelSubscriptionArgs]] = None,
alert_settings: Optional[PlaywrightCheckSuiteAlertSettingsArgs] = None,
bundle: Optional[PlaywrightCheckSuiteBundleArgs] = None,
frequency: Optional[int] = None,
group_id: Optional[int] = None,
group_order: Optional[int] = None,
locations: Optional[Sequence[str]] = None,
muted: Optional[bool] = None,
name: Optional[str] = None,
private_locations: Optional[Sequence[str]] = None,
run_parallel: Optional[bool] = None,
runtime: Optional[PlaywrightCheckSuiteRuntimeArgs] = None,
tags: Optional[Sequence[str]] = None,
trigger_incident: Optional[PlaywrightCheckSuiteTriggerIncidentArgs] = None,
use_global_alert_settings: Optional[bool] = None) -> PlaywrightCheckSuitefunc GetPlaywrightCheckSuite(ctx *Context, name string, id IDInput, state *PlaywrightCheckSuiteState, opts ...ResourceOption) (*PlaywrightCheckSuite, error)public static PlaywrightCheckSuite Get(string name, Input<string> id, PlaywrightCheckSuiteState? state, CustomResourceOptions? opts = null)public static PlaywrightCheckSuite get(String name, Output<String> id, PlaywrightCheckSuiteState state, CustomResourceOptions options)resources: _: type: checkly:PlaywrightCheckSuite get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Activated bool
- Determines whether the check will run periodically or not after being deployed.
- Alert
Channel List<PlaywrightSubscriptions Check Suite Alert Channel Subscription> - An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you.
- Alert
Settings PlaywrightCheck Suite Alert Settings - Determines the alert escalation policy for the check.
- Bundle
Playwright
Check Suite Bundle - Attaches a code bundle to the check.
- Frequency int
- Controls how often the check should run. Defined in minutes. The allowed values are
1(1 minute),2(2 minutes),5(5 minutes),10(10 minutes),15(15 minutes),30(30 minutes),60(1 hour),120(2 hours),180(3 hours),360(6 hours),720(12 hours) and1440(24 hours). - Group
Id int - The ID of the check group that this check is part of.
- Group
Order int - The position of the check in the check group. It determines in what order checks and monitors are run when a group is triggered from the API or from CI/CD.
- Locations List<string>
- An array of one or more data center locations where to run the this check.
- Muted bool
- Determines if any notifications will be sent out when the check fails and/or recovers. (Default
false). - Name string
- The name of the check.
- Private
Locations List<string> - An array of one or more private locations slugs.
- Run
Parallel bool - Determines whether the check should run on all selected locations in parallel or round-robin. (Default
false). - Runtime
Playwright
Check Suite Runtime - Configure the runtime environment of the Playwright check.
- List<string>
- A list of tags for organizing and filtering checks and monitors.
- Trigger
Incident PlaywrightCheck Suite Trigger Incident - Create and resolve an incident based on the alert configuration. Useful for status page automation.
- Use
Global boolAlert Settings - When true, the account level alert settings will be used, not the alert setting defined on this check. (Default
true).
- Activated bool
- Determines whether the check will run periodically or not after being deployed.
- Alert
Channel []PlaywrightSubscriptions Check Suite Alert Channel Subscription Args - An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you.
- Alert
Settings PlaywrightCheck Suite Alert Settings Args - Determines the alert escalation policy for the check.
- Bundle
Playwright
Check Suite Bundle Args - Attaches a code bundle to the check.
- Frequency int
- Controls how often the check should run. Defined in minutes. The allowed values are
1(1 minute),2(2 minutes),5(5 minutes),10(10 minutes),15(15 minutes),30(30 minutes),60(1 hour),120(2 hours),180(3 hours),360(6 hours),720(12 hours) and1440(24 hours). - Group
Id int - The ID of the check group that this check is part of.
- Group
Order int - The position of the check in the check group. It determines in what order checks and monitors are run when a group is triggered from the API or from CI/CD.
- Locations []string
- An array of one or more data center locations where to run the this check.
- Muted bool
- Determines if any notifications will be sent out when the check fails and/or recovers. (Default
false). - Name string
- The name of the check.
- Private
Locations []string - An array of one or more private locations slugs.
- Run
Parallel bool - Determines whether the check should run on all selected locations in parallel or round-robin. (Default
false). - Runtime
Playwright
Check Suite Runtime Args - Configure the runtime environment of the Playwright check.
- []string
- A list of tags for organizing and filtering checks and monitors.
- Trigger
Incident PlaywrightCheck Suite Trigger Incident Args - Create and resolve an incident based on the alert configuration. Useful for status page automation.
- Use
Global boolAlert Settings - When true, the account level alert settings will be used, not the alert setting defined on this check. (Default
true).
- activated Boolean
- Determines whether the check will run periodically or not after being deployed.
- alert
Channel List<PlaywrightSubscriptions Check Suite Alert Channel Subscription> - An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you.
- alert
Settings PlaywrightCheck Suite Alert Settings - Determines the alert escalation policy for the check.
- bundle
Playwright
Check Suite Bundle - Attaches a code bundle to the check.
- frequency Integer
- Controls how often the check should run. Defined in minutes. The allowed values are
1(1 minute),2(2 minutes),5(5 minutes),10(10 minutes),15(15 minutes),30(30 minutes),60(1 hour),120(2 hours),180(3 hours),360(6 hours),720(12 hours) and1440(24 hours). - group
Id Integer - The ID of the check group that this check is part of.
- group
Order Integer - The position of the check in the check group. It determines in what order checks and monitors are run when a group is triggered from the API or from CI/CD.
- locations List<String>
- An array of one or more data center locations where to run the this check.
- muted Boolean
- Determines if any notifications will be sent out when the check fails and/or recovers. (Default
false). - name String
- The name of the check.
- private
Locations List<String> - An array of one or more private locations slugs.
- run
Parallel Boolean - Determines whether the check should run on all selected locations in parallel or round-robin. (Default
false). - runtime
Playwright
Check Suite Runtime - Configure the runtime environment of the Playwright check.
- List<String>
- A list of tags for organizing and filtering checks and monitors.
- trigger
Incident PlaywrightCheck Suite Trigger Incident - Create and resolve an incident based on the alert configuration. Useful for status page automation.
- use
Global BooleanAlert Settings - When true, the account level alert settings will be used, not the alert setting defined on this check. (Default
true).
- activated boolean
- Determines whether the check will run periodically or not after being deployed.
- alert
Channel PlaywrightSubscriptions Check Suite Alert Channel Subscription[] - An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you.
- alert
Settings PlaywrightCheck Suite Alert Settings - Determines the alert escalation policy for the check.
- bundle
Playwright
Check Suite Bundle - Attaches a code bundle to the check.
- frequency number
- Controls how often the check should run. Defined in minutes. The allowed values are
1(1 minute),2(2 minutes),5(5 minutes),10(10 minutes),15(15 minutes),30(30 minutes),60(1 hour),120(2 hours),180(3 hours),360(6 hours),720(12 hours) and1440(24 hours). - group
Id number - The ID of the check group that this check is part of.
- group
Order number - The position of the check in the check group. It determines in what order checks and monitors are run when a group is triggered from the API or from CI/CD.
- locations string[]
- An array of one or more data center locations where to run the this check.
- muted boolean
- Determines if any notifications will be sent out when the check fails and/or recovers. (Default
false). - name string
- The name of the check.
- private
Locations string[] - An array of one or more private locations slugs.
- run
Parallel boolean - Determines whether the check should run on all selected locations in parallel or round-robin. (Default
false). - runtime
Playwright
Check Suite Runtime - Configure the runtime environment of the Playwright check.
- string[]
- A list of tags for organizing and filtering checks and monitors.
- trigger
Incident PlaywrightCheck Suite Trigger Incident - Create and resolve an incident based on the alert configuration. Useful for status page automation.
- use
Global booleanAlert Settings - When true, the account level alert settings will be used, not the alert setting defined on this check. (Default
true).
- activated bool
- Determines whether the check will run periodically or not after being deployed.
- alert_
channel_ Sequence[Playwrightsubscriptions Check Suite Alert Channel Subscription Args] - An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you.
- alert_
settings PlaywrightCheck Suite Alert Settings Args - Determines the alert escalation policy for the check.
- bundle
Playwright
Check Suite Bundle Args - Attaches a code bundle to the check.
- frequency int
- Controls how often the check should run. Defined in minutes. The allowed values are
1(1 minute),2(2 minutes),5(5 minutes),10(10 minutes),15(15 minutes),30(30 minutes),60(1 hour),120(2 hours),180(3 hours),360(6 hours),720(12 hours) and1440(24 hours). - group_
id int - The ID of the check group that this check is part of.
- group_
order int - The position of the check in the check group. It determines in what order checks and monitors are run when a group is triggered from the API or from CI/CD.
- locations Sequence[str]
- An array of one or more data center locations where to run the this check.
- muted bool
- Determines if any notifications will be sent out when the check fails and/or recovers. (Default
false). - name str
- The name of the check.
- private_
locations Sequence[str] - An array of one or more private locations slugs.
- run_
parallel bool - Determines whether the check should run on all selected locations in parallel or round-robin. (Default
false). - runtime
Playwright
Check Suite Runtime Args - Configure the runtime environment of the Playwright check.
- Sequence[str]
- A list of tags for organizing and filtering checks and monitors.
- trigger_
incident PlaywrightCheck Suite Trigger Incident Args - Create and resolve an incident based on the alert configuration. Useful for status page automation.
- use_
global_ boolalert_ settings - When true, the account level alert settings will be used, not the alert setting defined on this check. (Default
true).
- activated Boolean
- Determines whether the check will run periodically or not after being deployed.
- alert
Channel List<Property Map>Subscriptions - An array of channel IDs and whether they're activated or not. If you don't set at least one alert subscription for your check, we won't be able to alert you.
- alert
Settings Property Map - Determines the alert escalation policy for the check.
- bundle Property Map
- Attaches a code bundle to the check.
- frequency Number
- Controls how often the check should run. Defined in minutes. The allowed values are
1(1 minute),2(2 minutes),5(5 minutes),10(10 minutes),15(15 minutes),30(30 minutes),60(1 hour),120(2 hours),180(3 hours),360(6 hours),720(12 hours) and1440(24 hours). - group
Id Number - The ID of the check group that this check is part of.
- group
Order Number - The position of the check in the check group. It determines in what order checks and monitors are run when a group is triggered from the API or from CI/CD.
- locations List<String>
- An array of one or more data center locations where to run the this check.
- muted Boolean
- Determines if any notifications will be sent out when the check fails and/or recovers. (Default
false). - name String
- The name of the check.
- private
Locations List<String> - An array of one or more private locations slugs.
- run
Parallel Boolean - Determines whether the check should run on all selected locations in parallel or round-robin. (Default
false). - runtime Property Map
- Configure the runtime environment of the Playwright check.
- List<String>
- A list of tags for organizing and filtering checks and monitors.
- trigger
Incident Property Map - Create and resolve an incident based on the alert configuration. Useful for status page automation.
- use
Global BooleanAlert Settings - When true, the account level alert settings will be used, not the alert setting defined on this check. (Default
true).
Supporting Types
PlaywrightCheckSuiteAlertChannelSubscription, PlaywrightCheckSuiteAlertChannelSubscriptionArgs
- activated bool
- Whether an alert should be sent to this channel.
- channel_
id int - The ID of the alert channel.
PlaywrightCheckSuiteAlertSettings, PlaywrightCheckSuiteAlertSettingsArgs
- Escalation
Type string - Determines the type of escalation to use. Possible values are
RUN_BASEDandTIME_BASED. (DefaultRUN_BASED). - Parallel
Run List<PlaywrightFailure Thresholds Check Suite Alert Settings Parallel Run Failure Threshold> - Configuration for parallel run failure threshold.
- Reminders
List<Playwright
Check Suite Alert Settings Reminder> - Defines how often to send reminder notifications after initial alert.
- Run
Based List<PlaywrightEscalations Check Suite Alert Settings Run Based Escalation> - Configuration for run-based escalation.
- Time
Based List<PlaywrightEscalations Check Suite Alert Settings Time Based Escalation> - Configuration for time-based escalation.
- Escalation
Type string - Determines the type of escalation to use. Possible values are
RUN_BASEDandTIME_BASED. (DefaultRUN_BASED). - Parallel
Run []PlaywrightFailure Thresholds Check Suite Alert Settings Parallel Run Failure Threshold - Configuration for parallel run failure threshold.
- Reminders
[]Playwright
Check Suite Alert Settings Reminder - Defines how often to send reminder notifications after initial alert.
- Run
Based []PlaywrightEscalations Check Suite Alert Settings Run Based Escalation - Configuration for run-based escalation.
- Time
Based []PlaywrightEscalations Check Suite Alert Settings Time Based Escalation - Configuration for time-based escalation.
- escalation
Type String - Determines the type of escalation to use. Possible values are
RUN_BASEDandTIME_BASED. (DefaultRUN_BASED). - parallel
Run List<PlaywrightFailure Thresholds Check Suite Alert Settings Parallel Run Failure Threshold> - Configuration for parallel run failure threshold.
- reminders
List<Playwright
Check Suite Alert Settings Reminder> - Defines how often to send reminder notifications after initial alert.
- run
Based List<PlaywrightEscalations Check Suite Alert Settings Run Based Escalation> - Configuration for run-based escalation.
- time
Based List<PlaywrightEscalations Check Suite Alert Settings Time Based Escalation> - Configuration for time-based escalation.
- escalation
Type string - Determines the type of escalation to use. Possible values are
RUN_BASEDandTIME_BASED. (DefaultRUN_BASED). - parallel
Run PlaywrightFailure Thresholds Check Suite Alert Settings Parallel Run Failure Threshold[] - Configuration for parallel run failure threshold.
- reminders
Playwright
Check Suite Alert Settings Reminder[] - Defines how often to send reminder notifications after initial alert.
- run
Based PlaywrightEscalations Check Suite Alert Settings Run Based Escalation[] - Configuration for run-based escalation.
- time
Based PlaywrightEscalations Check Suite Alert Settings Time Based Escalation[] - Configuration for time-based escalation.
- escalation_
type str - Determines the type of escalation to use. Possible values are
RUN_BASEDandTIME_BASED. (DefaultRUN_BASED). - parallel_
run_ Sequence[Playwrightfailure_ thresholds Check Suite Alert Settings Parallel Run Failure Threshold] - Configuration for parallel run failure threshold.
- reminders
Sequence[Playwright
Check Suite Alert Settings Reminder] - Defines how often to send reminder notifications after initial alert.
- run_
based_ Sequence[Playwrightescalations Check Suite Alert Settings Run Based Escalation] - Configuration for run-based escalation.
- time_
based_ Sequence[Playwrightescalations Check Suite Alert Settings Time Based Escalation] - Configuration for time-based escalation.
- escalation
Type String - Determines the type of escalation to use. Possible values are
RUN_BASEDandTIME_BASED. (DefaultRUN_BASED). - parallel
Run List<Property Map>Failure Thresholds - Configuration for parallel run failure threshold.
- reminders List<Property Map>
- Defines how often to send reminder notifications after initial alert.
- run
Based List<Property Map>Escalations - Configuration for run-based escalation.
- time
Based List<Property Map>Escalations - Configuration for time-based escalation.
PlaywrightCheckSuiteAlertSettingsParallelRunFailureThreshold, PlaywrightCheckSuiteAlertSettingsParallelRunFailureThresholdArgs
- Enabled bool
- Whether parallel run failure threshold is enabled. Only applies if the check is scheduled for multiple locations in parallel. (Default
false). - Percentage int
- Percentage of runs that must fail to trigger alert. Possible values are
10,20,30,40,50,60,70,80,90, and100. (Default10).
- Enabled bool
- Whether parallel run failure threshold is enabled. Only applies if the check is scheduled for multiple locations in parallel. (Default
false). - Percentage int
- Percentage of runs that must fail to trigger alert. Possible values are
10,20,30,40,50,60,70,80,90, and100. (Default10).
- enabled Boolean
- Whether parallel run failure threshold is enabled. Only applies if the check is scheduled for multiple locations in parallel. (Default
false). - percentage Integer
- Percentage of runs that must fail to trigger alert. Possible values are
10,20,30,40,50,60,70,80,90, and100. (Default10).
- enabled boolean
- Whether parallel run failure threshold is enabled. Only applies if the check is scheduled for multiple locations in parallel. (Default
false). - percentage number
- Percentage of runs that must fail to trigger alert. Possible values are
10,20,30,40,50,60,70,80,90, and100. (Default10).
- enabled bool
- Whether parallel run failure threshold is enabled. Only applies if the check is scheduled for multiple locations in parallel. (Default
false). - percentage int
- Percentage of runs that must fail to trigger alert. Possible values are
10,20,30,40,50,60,70,80,90, and100. (Default10).
- enabled Boolean
- Whether parallel run failure threshold is enabled. Only applies if the check is scheduled for multiple locations in parallel. (Default
false). - percentage Number
- Percentage of runs that must fail to trigger alert. Possible values are
10,20,30,40,50,60,70,80,90, and100. (Default10).
PlaywrightCheckSuiteAlertSettingsReminder, PlaywrightCheckSuiteAlertSettingsReminderArgs
PlaywrightCheckSuiteAlertSettingsRunBasedEscalation, PlaywrightCheckSuiteAlertSettingsRunBasedEscalationArgs
- Failed
Run intThreshold - Send an alert notification after the given number of consecutive check runs have failed. Possible values are between
1and5. (Default1).
- Failed
Run intThreshold - Send an alert notification after the given number of consecutive check runs have failed. Possible values are between
1and5. (Default1).
- failed
Run IntegerThreshold - Send an alert notification after the given number of consecutive check runs have failed. Possible values are between
1and5. (Default1).
- failed
Run numberThreshold - Send an alert notification after the given number of consecutive check runs have failed. Possible values are between
1and5. (Default1).
- failed_
run_ intthreshold - Send an alert notification after the given number of consecutive check runs have failed. Possible values are between
1and5. (Default1).
- failed
Run NumberThreshold - Send an alert notification after the given number of consecutive check runs have failed. Possible values are between
1and5. (Default1).
PlaywrightCheckSuiteAlertSettingsTimeBasedEscalation, PlaywrightCheckSuiteAlertSettingsTimeBasedEscalationArgs
- Minutes
Failing intThreshold - Send an alert notification after the check has been failing for the given amount of time (in minutes). Possible values are
5,10,15, and30. (Default5).
- Minutes
Failing intThreshold - Send an alert notification after the check has been failing for the given amount of time (in minutes). Possible values are
5,10,15, and30. (Default5).
- minutes
Failing IntegerThreshold - Send an alert notification after the check has been failing for the given amount of time (in minutes). Possible values are
5,10,15, and30. (Default5).
- minutes
Failing numberThreshold - Send an alert notification after the check has been failing for the given amount of time (in minutes). Possible values are
5,10,15, and30. (Default5).
- minutes_
failing_ intthreshold - Send an alert notification after the check has been failing for the given amount of time (in minutes). Possible values are
5,10,15, and30. (Default5).
- minutes
Failing NumberThreshold - Send an alert notification after the check has been failing for the given amount of time (in minutes). Possible values are
5,10,15, and30. (Default5).
PlaywrightCheckSuiteBundle, PlaywrightCheckSuiteBundleArgs
PlaywrightCheckSuiteRuntime, PlaywrightCheckSuiteRuntimeArgs
- Playwright
Playwright
Check Suite Runtime Playwright - Configure the Playwright capabilities that should be made available to the runtime environment.
- Steps
Playwright
Check Suite Runtime Steps - Customize the actions taken during test execution.
- Playwright
Playwright
Check Suite Runtime Playwright - Configure the Playwright capabilities that should be made available to the runtime environment.
- Steps
Playwright
Check Suite Runtime Steps - Customize the actions taken during test execution.
- playwright
Playwright
Check Suite Runtime Playwright - Configure the Playwright capabilities that should be made available to the runtime environment.
- steps
Playwright
Check Suite Runtime Steps - Customize the actions taken during test execution.
- playwright
Playwright
Check Suite Runtime Playwright - Configure the Playwright capabilities that should be made available to the runtime environment.
- steps
Playwright
Check Suite Runtime Steps - Customize the actions taken during test execution.
- playwright
Playwright
Check Suite Runtime Playwright - Configure the Playwright capabilities that should be made available to the runtime environment.
- steps
Playwright
Check Suite Runtime Steps - Customize the actions taken during test execution.
- playwright Property Map
- Configure the Playwright capabilities that should be made available to the runtime environment.
- steps Property Map
- Customize the actions taken during test execution.
PlaywrightCheckSuiteRuntimePlaywright, PlaywrightCheckSuiteRuntimePlaywrightArgs
- Devices
List<Playwright
Check Suite Runtime Playwright Device> - The list of devices that should be made available for Playwright.
- Version string
- The Playwright version to use.
- Devices
[]Playwright
Check Suite Runtime Playwright Device - The list of devices that should be made available for Playwright.
- Version string
- The Playwright version to use.
- devices
List<Playwright
Check Suite Runtime Playwright Device> - The list of devices that should be made available for Playwright.
- version String
- The Playwright version to use.
- devices
Playwright
Check Suite Runtime Playwright Device[] - The list of devices that should be made available for Playwright.
- version string
- The Playwright version to use.
- devices
Sequence[Playwright
Check Suite Runtime Playwright Device] - The list of devices that should be made available for Playwright.
- version str
- The Playwright version to use.
- devices List<Property Map>
- The list of devices that should be made available for Playwright.
- version String
- The Playwright version to use.
PlaywrightCheckSuiteRuntimePlaywrightDevice, PlaywrightCheckSuiteRuntimePlaywrightDeviceArgs
- Type string
- The type of the device.
- Type string
- The type of the device.
- type String
- The type of the device.
- type string
- The type of the device.
- type str
- The type of the device.
- type String
- The type of the device.
PlaywrightCheckSuiteRuntimeSteps, PlaywrightCheckSuiteRuntimeStepsArgs
- Install
Playwright
Check Suite Runtime Steps Install - Customize the install step, which is used to initialize the environment prior to starting the test run.
- Test
Playwright
Check Suite Runtime Steps Test - Customize the test step.
- Install
Playwright
Check Suite Runtime Steps Install - Customize the install step, which is used to initialize the environment prior to starting the test run.
- Test
Playwright
Check Suite Runtime Steps Test - Customize the test step.
- install
Playwright
Check Suite Runtime Steps Install - Customize the install step, which is used to initialize the environment prior to starting the test run.
- test
Playwright
Check Suite Runtime Steps Test - Customize the test step.
- install
Playwright
Check Suite Runtime Steps Install - Customize the install step, which is used to initialize the environment prior to starting the test run.
- test
Playwright
Check Suite Runtime Steps Test - Customize the test step.
- install
Playwright
Check Suite Runtime Steps Install - Customize the install step, which is used to initialize the environment prior to starting the test run.
- test
Playwright
Check Suite Runtime Steps Test - Customize the test step.
- install Property Map
- Customize the install step, which is used to initialize the environment prior to starting the test run.
- test Property Map
- Customize the test step.
PlaywrightCheckSuiteRuntimeStepsInstall, PlaywrightCheckSuiteRuntimeStepsInstallArgs
- Command string
- The command used to install dependencies prior to running Playwright. The default value is the appropriate install command for your package manager (e.g.
npm installfornpm).
- Command string
- The command used to install dependencies prior to running Playwright. The default value is the appropriate install command for your package manager (e.g.
npm installfornpm).
- command String
- The command used to install dependencies prior to running Playwright. The default value is the appropriate install command for your package manager (e.g.
npm installfornpm).
- command string
- The command used to install dependencies prior to running Playwright. The default value is the appropriate install command for your package manager (e.g.
npm installfornpm).
- command str
- The command used to install dependencies prior to running Playwright. The default value is the appropriate install command for your package manager (e.g.
npm installfornpm).
- command String
- The command used to install dependencies prior to running Playwright. The default value is the appropriate install command for your package manager (e.g.
npm installfornpm).
PlaywrightCheckSuiteRuntimeStepsTest, PlaywrightCheckSuiteRuntimeStepsTestArgs
- Command string
- The command used to run Playwright. The default value is the appropriate exec command for your package manager (e.g.
npx playwright testfornpm).
- Command string
- The command used to run Playwright. The default value is the appropriate exec command for your package manager (e.g.
npx playwright testfornpm).
- command String
- The command used to run Playwright. The default value is the appropriate exec command for your package manager (e.g.
npx playwright testfornpm).
- command string
- The command used to run Playwright. The default value is the appropriate exec command for your package manager (e.g.
npx playwright testfornpm).
- command str
- The command used to run Playwright. The default value is the appropriate exec command for your package manager (e.g.
npx playwright testfornpm).
- command String
- The command used to run Playwright. The default value is the appropriate exec command for your package manager (e.g.
npx playwright testfornpm).
PlaywrightCheckSuiteTriggerIncident, PlaywrightCheckSuiteTriggerIncidentArgs
- Description string
- A detailed description of the incident.
- Name string
- The name of the incident.
- Notify
Subscribers bool - Whether to notify subscribers when the incident is triggered.
- Service
Id string - The status page service that this incident will be associated with.
- Severity string
- The severity level of the incident. Possible values are
MINOR,MEDIUM,MAJOR, andCRITICAL.
- Description string
- A detailed description of the incident.
- Name string
- The name of the incident.
- Notify
Subscribers bool - Whether to notify subscribers when the incident is triggered.
- Service
Id string - The status page service that this incident will be associated with.
- Severity string
- The severity level of the incident. Possible values are
MINOR,MEDIUM,MAJOR, andCRITICAL.
- description String
- A detailed description of the incident.
- name String
- The name of the incident.
- notify
Subscribers Boolean - Whether to notify subscribers when the incident is triggered.
- service
Id String - The status page service that this incident will be associated with.
- severity String
- The severity level of the incident. Possible values are
MINOR,MEDIUM,MAJOR, andCRITICAL.
- description string
- A detailed description of the incident.
- name string
- The name of the incident.
- notify
Subscribers boolean - Whether to notify subscribers when the incident is triggered.
- service
Id string - The status page service that this incident will be associated with.
- severity string
- The severity level of the incident. Possible values are
MINOR,MEDIUM,MAJOR, andCRITICAL.
- description str
- A detailed description of the incident.
- name str
- The name of the incident.
- notify_
subscribers bool - Whether to notify subscribers when the incident is triggered.
- service_
id str - The status page service that this incident will be associated with.
- severity str
- The severity level of the incident. Possible values are
MINOR,MEDIUM,MAJOR, andCRITICAL.
- description String
- A detailed description of the incident.
- name String
- The name of the incident.
- notify
Subscribers Boolean - Whether to notify subscribers when the incident is triggered.
- service
Id String - The status page service that this incident will be associated with.
- severity String
- The severity level of the incident. Possible values are
MINOR,MEDIUM,MAJOR, andCRITICAL.
Package Details
- Repository
- checkly checkly/pulumi-checkly
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
checklyTerraform Provider.
