drs
drs
Hello all, My issue is that, the progress seems finish before the actual time. There is a way to access the remaining time? How I have configured the increase time:...
In order to enhance our UI testing capabilities and ensure that our application is more accessible, we need to add an accessibilityIdentifier to the alert components. This identifier will allow...
Given my view ``` import SwiftUI import AlertKit struct CreateRewardView: View { @StateObject var viewModel: CreateRewardViewModel = CreateRewardViewModel() @Environment(\.dismiss) private var dismiss var body: some View { VStack { ......
The verify method doesn't work properly when using with Swift Testing library. Given ``` verify(fidelityCardService, times(1)).getFidelityCardDetails(storeId: equal(to: storeId), fidelityCardId: equal(to: fidelityCardId)) ``` is ignoring the parameter times(X) when class is...
**Description** Fail to run basic test example ``` package ........ import androidx.compose.foundation.background import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.wrapContentSize import androidx.compose.material3.Text import androidx.compose.runtime.Composable import androidx.compose.ui.Modifier import androidx.compose.ui.graphics.Color import androidx.compose.ui.text.TextStyle import androidx.compose.ui.text.font.FontFamily...
Hello All!, If a function signature uses the new Typed throws introduced with Swift 6, Cuckoo doesn't generate mocks properly. For example I use `throws(APIError)` the file into `GeneratedMocks.swift` has...