As part of our ongoing expansion of our public API surface, mabl has added new endpoints for managing tests. We now support GET and PATCH endpoints for test metadata that allow you to manage your tests names, labels, descriptions, and more.
Some example use cases:
- Lookup the details for tests returned from the results API
- If you maintain a mapping from mabl tests to a TCM tool, write a script to update descriptions and labels in mabl based on the TCM
We look forward to seeing all the creative ways our customers use these new APIs!
To get started checkout the Get test metadata and Update test metadata references in the API docs.