OptionalconcurrentOptional ExperimentaldynamicIf the test was collected by parsing the file AST, and the name
is not a static string, this property will be set to true.
OptionaleachWhether the task was produced with .each() method.
File task. It's the root task of the file.
Full name including the file path, any parent suites, and this task's name.
Uses > as the separator between levels.
OptionalfullFull name excluding the file path, including any parent suites and this task's name. undefined for file tasks.
Uses > as the separator between levels.
Unique task identifier. Based on the file id and the position of the task. The id of the file task is based on the file path relative to root and project name. It will not change between runs.
OptionallocationLocation of the task in the file. This field is populated only if
includeTaskLocation option is set. It is generated by calling new Error
and parsing the stack trace, so the location might differ depending on the runtime.
Custom metadata for the task. JSON reporter will save this data.
Task mode.
only mode will runskipTask name provided by the user. If no name was provided, it will be an empty string.
OptionalrepeatsThe amount of times the task should be repeated after the successful run.
If the task fails, it will not be retried unless retry is specified.
OptionalresultResult of the task. Suite and file tasks will only have the result if there
was an error during collection or inside afterAll/beforeAll.
OptionalretryThe amount of times the task should be retried if it fails.
OptionalshuffleWhether the tasks of the suite run in a random order.
OptionalsuiteSuite that this task is part of. File task or the global suite will have no parent.
An array of tasks that are part of the suite.
Whether the task should run concurrently with other tasks.