Manage Deploys
View, add, and delete deployments
Testing your site before and after each deployment helps catch performance regressions early. You can integrate tests into your CI/CD pipeline via the /deploys API endpoint. All deployment-triggered tests are managed on the Deploys page, where you can also manually trigger tests.
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 23 days ago
