michallaskowski / kuiks

Kotlin Multiplatform based testing framework for Android and iOS
Apache License 2.0
71 stars 10 forks source link

Native test base as swift package #7

Closed michallaskowski closed 4 years ago

michallaskowski commented 4 years ago

To simplify setup in other projects, the code that needs to be added in iOS' tests is moved to a Swift Package, that can be linked in a test target easily. This way it will not be needed to be copied to every UI test target.