omni.kit.test Functions#
Functions Summary:
Add test case to the tested extension. |
|
Add callback to be called when tests start, fail, pass. |
|
Save generated upload command to be executed later. |
|
Retrieve a setting from the settings interface using the specified path and return its value. If the setting does not exist, the provided default is returned. |
|
Default function to get all current tests. It gets tests from all enabled extensions, but also includes include and exclude settings to filter them. |
|
Return the list of tests registered or dynamically discovered from the list of modules. |
|
Run the provided tests using the asynchronous test runner. Sets up the test output path and playlist, then executes tests asynchronously. The status and finish callback functions, if provided, are invoked during and after test execution. |
|
Kick off all saved upload commands in background. Only run on CI. |
|
Generate command and upload comparison results. Only run on CI. |