Test Profiles


Test Profiles allow you to change the conditions that your site is tested under. In this guide we'll demonstrate how to create and manage Test Profiles with the CLI and Node.js API.

Create a Test Profile#

Create Test Profiles

calibre site create-test-profile "<name>" --site <site>

Update a Test Profile#

Update Test Profiles

calibre site update-test-profile --uuid <uuid> --site <site>

List Test Profiles#

Read Sites

calibre site test-profiles --site <site>

Delete a Test Profile#

Caution

This is a dangerous and irreversible action. Deleting a Test Profile will also remove all corresponding test data.

Delete Test Profiles

calibre site delete-test-profile --uuid <uuid> --site <site> --confirm

On this page