1
0
Fork 0
arangodb/Documentation/DocuBlocks/Rest/Administration/JSF_post_admin_test.md

574 B

@startDocuBlock JSF_post_admin_test @brief show the available unittests on the server.

@RESTHEADER{POST /_admin/test, Runs tests on server}

@RESTALLBODYPARAM{body,object,required} A JSON object containing an attribute tests which lists the files containing the test suites.

@RESTDESCRIPTION

Executes the specified tests on the server and returns an object with the test results. The object has an attribute "error" which states whether any error occurred. The object also has an attribute "passed" which indicates which tests passed and which did not. @endDocuBlock