July 29th 2024

New

Checkly CLI 4.8.0. - Test session retries

We just released a new version of the Checkly CLI that supports test session retries.

You can specify the number of retries between 0 and 3 that you’d like Checkly to attempt when running npx checkly test or npx checkly trigger.


For example:

npx checkly test --retries=2 

You can also specify the default amount of retries on your Checkly configuration file:

cli: {
    retries: 2,
}

All retry attempts will be visible in your command line as they’re happening:

1 retrying, 5 passed, 6 total

And on the web interface at Checkly:


Learn more about using the Checkly CLI commands here.

To get started with the Checkly CLI, run:

npm create checkly 

Or upgrade to the latest Checkly CLI version with:

npm install checkly@latest


Check the full release note on GitHub here

Questions or feedback? Join our Slack community.