Page History
...
The first endpoint is an asynchronous call to import tests. Whenever this endpoint is called, a job is queued to import the tests in the input and its id is returned. The second endpoint can be used to check the status of this job.
Import Tests
When importing tests, you can use the following endpoint:
Expand | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||
|
...
When importing tests, you can use the following endpoint:
Expand | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||
Responses200 OK : application/json : Successful. The import job was created successfully and the Job Id is provided.
400 BAD_REQUEST : application/json : No import test job was created.The content may be in the wrong format or a job might already be in progress.
401 UNAUTHORIZED : application/json : The Xray license is not valid. 500 INTERNAL SERVER ERROR : application/json : An internal error occurred when importing execution results. |
...