Manage Deploys
View, add, and delete deployments
It is crucial to test your site before and after each deployment. Tests can be integrated into your CI/CD process by making requests to the /deploys API endpoint. All tests triggered by site deployments can be managed on the Deploys List page. It is also possible to manually trigger a test on the Deploys page.
Add a Deploy

To add a deploy, click on Deploys in the top menu.

Click on Make a New Test to create a deploy.

Fill out the form:
- Title: Enter the title of the deploy.
- Detail: Enter a description of the deploy.
- Client: Select the client that the deploy will be associated to.
- Project: Select the project that the deploy will be associated to.
- Site: Select the site that the deploy will be associated to
- Page: Select the page to test.
Click on Submit button

You will now see the test in the deploy list. To view if the test has completed and its result, check the Test Status field.
Once a test is completed, hovering on a URL gives you options to view the test overview or test detail.
Compare tests
By selecting 2 or more URLs in any deployment row, a Compare button is shown. Click the button will take you to the compare screen where you can see all the test metrics side by side.
Updated about 1 month ago