public function getStatusColorClass($status): string
    {
        switch ($status) {
            case Test::ERRORED:
            case Test::FAILED: