Unit & UI Testing With Compose Multiplatform - KMP for Beginners

preview_player
Показать описание
In this video I'll show you how to Unit & UI Testing With Compose Multiplatform!

💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:

⭐ Courses with real-life practices
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional Android developer now:

Get my FREE PDF about 20 things you should never do in Jetpack Compose:

Join my Discord server:

Get the source code for this video on GitHub:
Рекомендации по теме
Комментарии
Автор

Thank you so much for sharing all the valuable content about KMP.
Your contributions are incredibly helpful for developers looking to leverage KMP for cross-platform development.

Автор

Could you do a series/video about testing with Koin and any Mock-Library? 🙏

philipkraeutl
Автор

Have you tried "power-assert" instead of "assertk"? It's still experimental but looks promising.

royerdavid
Автор

can you please create video on view model testing with KMP

priyankakadam
Автор

Please add this video in the KMP playlist

lmzzxje
Автор

Could u please tell us how to publish a compose multiplatform to Maven central ?

meshoraouf
Автор

Please Make a video on how to buy courses from your website. love from Bangladesh ❤

asifulislamnoor
Автор

Hello, i wanna provide my viewModel for ui test but when I use koinViewModel<>() or viewModel<>() functions it throws an error
"No ViewModelStoreOwner was provided via LocalViewModelStoreOwner" and idk how to provide it. Is it possible to write custom factory for viewModel for common module if providing cannot be resolved?

ixjbjfm
Автор

Nice background bro, Now it seems you work for Google

fsfaysalcse
Автор

Correction: @16:30, runComposeUiTest is offered by AndroidX and not Jetbrains.

vighnesh
Автор

Hey Philipp! Are you going to make some SwiftUI videos for KMP playlist?

vertique
Автор

I did not get why add test-annotations-common as dependency 🤔

DanielPassos