OptionalassertionsEvery test.expect(...) matcher that ran inside this case
OptionaldescribeOuter-to-inner describe path enclosing this case
OptionalerrorRuntime error that aborted the body of this it block, when one occurred
The name passed to test.it(...)
True when the case has at least one assertion and every assertion passed
One
test.it(...)block from a ScriptTest run. Built by the harvester from the raw output entries — pairs the case's metadata with the assertions it produced and any runtime error that aborted the body. Anitblock that emits zero assertions is treated as a failure (pass: false) so silent mistakes don't pass quietly.