update-testids

Coordinate data-testid locator updates across Jira tickets and POMs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JuantoC/BlueStack-Test-Automation-Framework --skill update-testids
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-testids
Source: https://github.com/JuantoC/BlueStack-Test-Automation-Framework/tree/main/.claude/skills/update-testids
Command: npx skills add https://github.com/JuantoC/BlueStack-Test-Automation-Framework --skill update-testids

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill coordinates the end-to-end workflow of updating front-end data-testid mappings across the BlueStack test framework. It orchestrates Jira data extraction, POM updates, grid-based validation, and knowledge-base syncing to keep test locators aligned with front-end changes.

Core Features & Use Cases

  • Coordinate extraction of data-testid values from Jira tickets and matching POM locators.
  • Coordinate patching of locators in POM files with exact edits (single-line patch).
  • Coordinate generation of debug sessions for grid validation and execution of test flows.
  • Auto-update knowledge base references with confirmed and fallback testids.

Quick Start

Pide un ticket Jira y ejecuta el flujo PATH-A completo para actualizar testids y POMs.

Frequently Asked Questions about update-testids

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update data-testid locators in Selenium Page Object Models?

This Skill updates data-testid locators by extracting values from Jira tickets and applying precise single-line patches to Selenium Page Object Models. It orchestrates extraction, patching, and validation to keep test locators aligned with front-end changes.

How do I extract data-testid values from Jira tickets for QA automation?

You can extract data-testid values from Jira tickets by running a coordinated workflow that pulls the required locator data. The process then matches these extracted testids against your existing POM locators for precise patching.

Does this testid update workflow support Selenium Grid for validation?

Yes, the testid update workflow supports Selenium Grid validation by generating debug sessions for grid execution. It orchestrates these sessions to validate test flows after POM locators are patched, ensuring synchronization before finalizing.

What is the best way to keep POM locators synchronized with front-end changes?

The best way to keep POM locators synchronized is an end-to-end workflow that coordinates Jira data extraction, precise POM locator edits, grid-based validation, and knowledge-base syncing. This approach enables traceable, auditable changes with clear success reporting.

Can I run parallel tasks when updating multiple data-testid locators?

Yes, you can run parallel tasks when updating data-testid locators because the workflow orchestrates sub-agents for both parallel and sequential tasks. This orchestration allows simultaneous processing of multiple POM updates and validations.