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.

Get test signature

post
/signature/test

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
or
string[] · min: 1Optional
Responses
post
/signature/test

Last updated

Was this helpful?