We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d40387 commit 74fb2a0Copy full SHA for 74fb2a0
Editor/Tools/RunTestsTool.cs
@@ -166,7 +166,10 @@ public void RunFinished(ITestResultAdaptor result)
166
{
167
["success"] = true,
168
["type"] = "text",
169
- ["message"] = summary["message"].Value<string>()
+ ["message"] = summary["message"].Value<string>(),
170
+ ["testCount"] = summary["testCount"],
171
+ ["passCount"] = summary["passCount"],
172
+ ["results"] = summary["results"]
173
});
174
}
175
catch (Exception ex)
0 commit comments