Generating a test plan
GET
/test/plan
Get the test plan of a specific node in the parsed codebase.
Headers
Name
Value
Authorization
Bearer <token>
Query Params
Name
Type
Description
project_id
number
The project id generated during parsing of the code
identifier
string
The node id that points to the specific endpoint you want to get test plan for, ex : /server.py:search
Response
Last updated