How to Link Manual Test Cases to Playwright and Robot Framework Specs via Git
Software teams often store manual test cases separately from automated specs, making it difficult to accurately track automation coverage. A proposed workflow places both manual YAML test cases and automated specs in the same Git repository, assigning each manual case a stable ID based on its filename. Automated tests in Playwright or Robot Framework reference these IDs as tags, creating a reliable link between the two. Once the IDs match, a script or AI coding assistant can scan the repo and update the YAML files to mark cases as automated and record the corresponding spec path. This approach allows a single pull request to update the manual case, the automation spec, and the traceability link together.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in