checkly / checkly-cli

TS/JS native Monitoring as Code workflow
Apache License 2.0
63 stars 7 forks source link

feat: add test retries to examples #956

Closed clample closed 1 month ago

clample commented 1 month ago

I hereby confirm that I followed the code guidelines found at engineering guidelines

Affected Components

Notes for the Reviewer

Test retry support was added in https://github.com/checkly/checkly-cli/pull/952. Retries can be set using the --retries flag or adding retries in the checkly.config.ts, and the --retries flag takes precedence. This PR adds retries to the example projects.