From ea62615a598b4ba10c60312c05785d1e1705c57c Mon Sep 17 00:00:00 2001 From: Michael Dailey Date: Wed, 22 Apr 2026 15:03:57 -0500 Subject: [PATCH 01/12] PDX-0: docs: add Provar test step reference and Copilot migration prompts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Req: Phase 2 corpus feature — canonical XML step reference bundled into MCP server and served as provar://docs/step-reference resource Fix: Add PROVAR_TEST_STEP_REFERENCE.md with all step API IDs and three GitHub Copilot agent prompts for migration workflows Co-Authored-By: Claude Sonnet 4.6 --- .github/prompts/crt-to-provar.prompt.md | 34 + .../prompts/playwright-to-provar.prompt.md | 38 + .github/prompts/selenium-to-provar.prompt.md | 35 + docs/PROVAR_TEST_STEP_REFERENCE.md | 1337 +++++++++++++++++ 4 files changed, 1444 insertions(+) create mode 100644 .github/prompts/crt-to-provar.prompt.md create mode 100644 .github/prompts/playwright-to-provar.prompt.md create mode 100644 .github/prompts/selenium-to-provar.prompt.md create mode 100644 docs/PROVAR_TEST_STEP_REFERENCE.md diff --git a/.github/prompts/crt-to-provar.prompt.md b/.github/prompts/crt-to-provar.prompt.md new file mode 100644 index 00000000..c67efbad --- /dev/null +++ b/.github/prompts/crt-to-provar.prompt.md @@ -0,0 +1,34 @@ +--- +mode: agent +description: Convert a CRT (Copado Robotic Testing) test into a Provar XML test case using the Provar MCP tools for corpus grounding and validation +--- + +You are a Provar test migration expert. Migrate the CRT test below to Provar. + +## Source format — CRT + +CRT is a keyword-driven framework built on Robot Framework (QEditor-authored): + +- `ClickText