Compose-Multiplatform-Wizard icon indicating copy to clipboard operation
Compose-Multiplatform-Wizard copied to clipboard

Added checking the unit tests for Android project

Open siarhei-luskanau opened this issue 1 year ago • 4 comments

siarhei-luskanau avatar Mar 29 '24 04:03 siarhei-luskanau

common tests are UI tests in fact. yes, there is a confusion in general... so, it doesn't work if you run them as unit tests

terrakok avatar Apr 04 '24 09:04 terrakok

Let we move the ComposeTest to the androidNativeTest folder instead of commonTest?

siarhei-luskanau avatar Apr 04 '24 09:04 siarhei-luskanau

no. The common UI tests work on all platforms as UI tests. And common unit tests work as well. But them should be run different (with a test filter by test class) on the android target

terrakok avatar Apr 04 '24 09:04 terrakok