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 TESTOMATIO token: skill input -> .env in 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).

Running the CLI

Installs
58
GitHub Stars
12
First Seen
Jun 5, 2026
sync-test-cases-with-tms — testomatio/skills