From b9fe03bb2eb42559ea695ba1740041185dba902b Mon Sep 17 00:00:00 2001 From: Hasan TURAN Date: Mon, 20 Jul 2026 21:13:29 +1000 Subject: [PATCH] Improve reporter metadata descriptions --- docs/reporters/cypress.md | 2 +- docs/reporters/playwright.md | 2 +- docs/reporters/vitest.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reporters/cypress.md b/docs/reporters/cypress.md index 9110b11..8889f14 100644 --- a/docs/reporters/cypress.md +++ b/docs/reporters/cypress.md @@ -1,7 +1,7 @@ --- sidebar_position: 3 title: 'Cypress Reporter' -description: 'Send Cypress test results, screenshots, videos, and end-to-end artifacts into Jira with the Testream Cypress Reporter.' +description: 'Send Cypress test results, screenshots, videos, and end-to-end artifacts into Jira with the Testream Cypress Reporter, run metadata, and failure context.' keywords: - cypress jira reporter - cypress test reporting jira diff --git a/docs/reporters/playwright.md b/docs/reporters/playwright.md index f41ffcb..705ba5e 100644 --- a/docs/reporters/playwright.md +++ b/docs/reporters/playwright.md @@ -1,7 +1,7 @@ --- sidebar_position: 1 title: 'Playwright Reporter' -description: 'Send Playwright test results, traces, screenshots, and videos into Jira with the Testream Playwright Reporter.' +description: 'Send Playwright test results, traces, screenshots, and videos into Jira with the Testream Playwright Reporter, run metadata, and failure context.' keywords: - playwright jira reporter - playwright test reporting jira diff --git a/docs/reporters/vitest.md b/docs/reporters/vitest.md index 8414304..3084e9b 100644 --- a/docs/reporters/vitest.md +++ b/docs/reporters/vitest.md @@ -1,7 +1,7 @@ --- sidebar_position: 8 title: 'Vitest Reporter' -description: 'Send Vitest test results from CI/CD into Jira with the Testream Vitest Reporter and run metadata.' +description: 'Send Vitest test results from CI/CD into Jira with the Testream Vitest Reporter, run metadata, failure context, and CI-friendly uploads.' keywords: - vitest jira reporter - vitest test reporting jira