From baf7014f0ddd7dfced3f0ab96c89301def2633c8 Mon Sep 17 00:00:00 2001 From: Andrey Kizimenko <87822796+AndreyKizimenko@users.noreply.github.com> Date: Fri, 1 May 2026 08:50:09 -0500 Subject: [PATCH] Add QA checklist for Playwright automation (#44394) Added a checklist item for QA to determine Playwright automation needs. --- .github/ISSUE_TEMPLATE/story.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index 030841c98f..90af643fc9 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -122,3 +122,7 @@ It is [planned and ready](https://fleetdm.com/handbook/company/development-group 1. [ ] Engineer: Added comment to user story confirming successful completion of test plan (include any special setup, test data, or configuration used during development/testing if applicable). 2. [ ] QA: Added comment to user story confirming successful completion of test plan. +3. [ ] QA: Determined whether this story needs Playwright automation. + - Needs automation: Yes / No + - If yes, filed a follow-up issue in the :help-qa project with status "Needs automation": TODO +