We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbeeca commit b68f0a0Copy full SHA for b68f0a0
checkly.config.ts
@@ -1,5 +1,5 @@
1
import { defineConfig } from 'checkly'
2
-import { Frequency } from 'checkly/constructs'
+import { Frequency, RetryStrategyBuilder } from 'checkly/constructs'
3
import { WebhookAlertChannel } from 'checkly/constructs'
4
5
export const webhookChannel = new WebhookAlertChannel('srebot-webhook', {
@@ -84,6 +84,7 @@ export default defineConfig({
84
browserChecks: {
85
frequency: Frequency.EVERY_10M,
86
testMatch: '**/__checks__/**/*.spec.ts',
87
+ retryStrategy: RetryStrategyBuilder.noRetries(),
88
},
89
90
cli: {
0 commit comments