test-case-to-selenium
Convert Katalon True Platform/TestOps manual test cases into Selenium WebDriver automation in whichever language binding the project already uses. Use when you need to read Katalon Platform cases and write Selenium code, detect the binding from pom.xml, build.gradle, requirements.txt, pyproject.toml, or package.json, scaffold or extend a Page Object Model layer, wire the project's own runner (JUnit 5, TestNG, pytest, or Mocha) that owns execution and reporting, and turn manual steps into stable locators and explicit waits. Selenium is a library rather than a runner, so this skill generates and compiles the code and stops at the runner boundary; to land an already-executed run in the platform use upload-report. Written for the automation tester who already has a Java, Python, or JavaScript Selenium project and needs a manual case expressed in its idiom.
Pinned to revision 36b8bbd52863, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/test-case-to-selenium/SKILL.md
- skills/test-case-to-selenium/references/page-objects-and-waits.md
- skills/test-case-to-selenium/references/selenium-bindings.md
Every link opens the file at its source, pinned to the revision this page describes.