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 synthetic create-test-profile "<name>" --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 synthetic delete-test-profile --uuid <uuid> --site <site> --confirm

On this page