Name | Type | Description | Notes |
---|---|---|---|
inProgress | kotlin.Int | Number of test results which is running currently | |
passed | kotlin.Int | Number of test results which successfully passed | |
failed | kotlin.Int | Number of test results which failed with an error | |
skipped | kotlin.Int | Number of test results which did not run and were skipped | |
blocked | kotlin.Int | Number of test results which cannot be launched |