Tags
Tags let you categorize screenshots so you can quickly filter a build down to the changes you care about. For example, you might tag screenshots by page area, feature, or test suite and then review only the relevant subset during a build review.
Filtering by tags in the UI

Open a build in Argos.
Click the Filter button.
Select one or more tags to narrow the screenshot list.
Once selected filter chip appears.
Where tags come from
Tags can come from two sources in screenshot metadata:
Screenshot
tags
Custom tags you define to categorize the screenshot itself.
Test
test.tags
Tags inherited from the test that generated the screenshot (e.g. Playwright test tags).
Adding custom tags through SDKs
Playwright
Playwright test tags are automatically forwarded to Argos. You have several options for how to add tags to your Playwright tests.
Read the Playwright test tags documentation for more details on how to use test tags in your tests.
Cypress
In Cypress, you can add tags to screenshots through the tags option in the cy.argosScreenshot command.
Puppeteer
In Puppeteer, you can add tags to screenshots through the tags option in the argosScreenshot function.
Last updated
Was this helpful?