terrakok / Compose-Multiplatform-Wizard

Compose Multiplatform Wizard
https://terrakok.github.io/Compose-Multiplatform-Wizard/
MIT License
436 stars 30 forks source link

Added checking the unit tests for Android project #51

Open siarhei-luskanau opened 6 months ago

terrakok commented 6 months ago

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

siarhei-luskanau commented 6 months ago

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

terrakok commented 6 months ago

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