test-case-to-cypress
Convert Katalon True Platform/TestOps manual test cases, test suites, or requirement-linked cases into Cypress end-to-end automation in JavaScript or TypeScript. Use when you need to fetch/read Katalon Platform test cases and write specs under cypress/e2e, scaffold or adapt the project and its config, apply custom commands in cypress/support, fixtures in cypress/fixtures, and an app-action or page-object layer, or translate manual steps into readable cy commands and Chai assertions. The runner underneath is Mocha, so this skill also wires a Mocha JUnit reporter so the finished run can be shipped to the platform. This skill writes specs that do not exist yet. An existing suite that has become unreliable belongs to test-maintenance, and a report already sitting on disk belongs to upload-report. Written for the automation tester converting a manual case into specs that fit an existing custom-command and fixture layer.
Pinned to revision 36b8bbd52863, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/test-case-to-cypress/SKILL.md
- skills/test-case-to-cypress/references/cypress-project.md
- skills/test-case-to-cypress/references/mocha-junit-reporting.md
- skills/test-case-to-cypress/references/worked-example.md
Every link opens the file at its source, pinned to the revision this page describes.