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

Filter button
  1. Open a build in Argos.

  2. Click the Filter button.

  3. Select one or more tags to narrow the screenshot list.

  4. Once selected filter chip appears.

Where tags come from

Tags can come from two sources in screenshot metadata:

Source
Field
Description

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?