Skip to content

A repo to display Copado Robotic Testing alerts to the public.

Notifications You must be signed in to change notification settings

qentinelqi/alerts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alerts

A repo to display Copado Robotic Testing alerts to the public.

  • The alerts.json file is used to display the banner alerts on the Copado Robotic Testing UI.
  • The title is optional. If you don't wish to use it, leave the key in with the value as empty text.
  • The text is required.

Example with both keys.

{
  "title": "Upcoming maintenance",
  "text": "Finland is on vacation. Let's close all bugs delete Azure DevOps."
}

Example with only the text.

{
  "title": "",
  "text": "Finland is on vacation. Let's close all bugs delete Azure DevOps."
}

To disable the alerts just leave the values as empty strings.

{
  "title": "",
  "text": ""
}

About

A repo to display Copado Robotic Testing alerts to the public.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •