IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Local TMS

Last modified: 10 August 2022

Local TMS is a lightweight and agile way to store and manage your test data well suited for teams regardless of their size. Local TMS stores test data as a collection of t.md and r.md files right in the project. This approach allows for branching, versioning, reviewing, and better integration with automated tests.

If your project already has any t.md files in it, they will be displayed in the Markdown tab of the TMS tool window.

Test suite files have the following format:

  • The heading contains the test suite name.

  • Tags and metadata are specified using Tags and Meta keywords right after the element declaration. Tags and metadata can then be used as criteria for filtering TMS items.

  • List items are test cases.

  • Nested list items are test steps.