Signature
Generate test signatures.
Test signatures are unique identifiers for tests based on project, spec file path, and test title. They are used to track tests across multiple runs.
Generate a unique test signature based on project, spec file path, and test title
Authorizations
AuthorizationstringRequired
API key authentication using Bearer token
Body
projectIdstringRequired
The project ID
specFilePathstringRequired
Full path to the spec file
testTitleone ofRequired
Test title or array of titles (for nested describe blocks)
stringOptional
string[] · min: 1Optional
Responses
200
Successful response
application/json
400
Invalid request parameters
application/json
401
Authentication failed
application/json
404
Resource not found
application/json
post
/signature/testLast updated
Was this helpful?