You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
did you try to use these kotest extensions with Kotlin Multiplatform? Ideally the tests are written in the commonTest module. But there are some problems. For example you cannot use @roboElectric in commonTest because it is only available in the Android module.
The text was updated successfully, but these errors were encountered:
Yes, using subclassing I managed to run Roboelectric tests in commonTest using kotlin-test. However I did not succeed in kotest. I will try using these extensions and give an update on this topic :-).
Hey,
did you try to use these kotest extensions with Kotlin Multiplatform? Ideally the tests are written in the commonTest module. But there are some problems. For example you cannot use @roboElectric in commonTest because it is only available in the Android module.
The text was updated successfully, but these errors were encountered: