TestRun
📄️ Upload blob data as an attachment to the given test case result in a given test run
Upload blob data (in the request body) as an attachment to the given test case in a test run, with the blob metadata specified in the query parameters
📄️ Find 'TestRun' entities using the specified (body) parameters
Search for entities with the filters and arguments specified in 'DataReadParams' (see request schema), with optional mapping expansions via 'map'. Note that 'filter' should include a 'project_id' parameter if API key permissions are restricted to a single project.
📄️ Find a single 'TestRun' entity with the given id
Fetch a single entity by id - If the entity does not exist, returns a 404 error.
📄️ Update one 'TestRun' entity
Update a single existing 'TestRun' entity. Returns a full updated entity including (optional) modification metadata.