-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1541 from joreilly/maestro
Initial Maestro UI Testing
- Loading branch information
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
appId: dev.johnoreilly.confetti | ||
--- | ||
- launchApp: | ||
clearState: true | ||
- scrollUntilVisible: | ||
element: | ||
id: androidmakers2024 | ||
- tapOn: | ||
id: androidmakers2024 | ||
- assertVisible: "AndroidMakers by droidcon 2024" | ||
- scrollUntilVisible: | ||
element: | ||
text: "Kotlin Multiplatform.*" | ||
- tapOn: "Kotlin Multiplatform.*" | ||
- assertVisible: "Kotlin Multiplatform at Stable and Beyond" | ||
- tapOn: "Back" | ||
|
||
Swift-friendly API Generator for Kotlin Multiplatform | ||
When Swift calls Kotlin through Objective-C, critical Kotlin language features are dropped. SKIE bridges modern types and coroutines in the best way: with real Swift. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters