Interface for editor tests runner callback.
duration | Duration of the test in seconds. |
executed | Whether the test was executed. |
fullName | Full name of the test (includes namespace). |
id | Id of the test. |
isIgnored | Whether the test should be ignored (and not executed). |
isSuccess | Whether the test completed successfully. |
logs | Logs from the test run. |
message | Message from the test. |
name | Name of the test (without namespace). |
resultState | The result. |
stackTrace | Stacktrace from the test run. |