sync-test-cases-with-tms
Installation
SKILL.md
Sync Test Cases with TMS
Sync Markdown test cases (*.test.md) between the local project and Testomat.io.
Use when the user wants to:
- Pull/export/download tests from Testomat.io to local Markdown files.
- Push/upload/import local Markdown tests to Testomat.io.
- Bulk edit: pull cases -> edit locally -> push back to TMS.
Setup
- Check for the
TESTOMATIOtoken: skill input ->.envin project root -> ask the user. - Save the token to
.env:TESTOMATIO=tstmt_xxxxx. - If the user has no key: get it in Testomat.io under Settings → Project → Project Reporting API key (
https://app.testomat.io/projects/<project-id>/settings/project).