run_test
Execute a GLua test file on the server and receive pass, fail, and results data. Provide the file path relative to lua/.
Instructions
Runs a GLua test file server-side and returns {passed, failed, results}. path is relative to lua/, e.g. 'myaddon/tests/x.lua'. The file returns a table { [name] = function(t) end }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |