Download OpenAPI specification:Download
api_key required | string Testomat.io API key of a project, obtained from Settings/Project |
Import tests payload
framework | string Name of a testing framework used ( |
language | string Name of a programming language used ( |
noempty | boolean Remove empty suites after import |
no-detach | boolean Do not mark previously imported tests but missing on this import as |
structure | boolean If tests were organized in Testomat.io, re-organize them to match tests in the source code. |
sync | boolean Wait for all the tests to be uploaded and added |
required | Array of objects (Test) |
{- "framework": "string",
- "language": "string",
- "noempty": true,
- "no-detach": true,
- "structure": true,
- "sync": true,
- "tests": [
- {
- "name": "string",
- "suites": [
- "string"
], - "code": "string",
- "skipped": true,
- "file": "string",
- "labels": [
- "string"
]
}
]
}
Returns the map of previously imported suites and tests to update IDs in the codebase.
api_key required | string Testomat.io API key of a project, obtained from Settings/Project |
{- "tests": {
- "property1": "string",
- "property2": "string"
}, - "suites": {
- "property1": "string",
- "property2": "string"
}
}