Skip to content

Commit f4133fb

Browse files
:|
1 parent d95b800 commit f4133fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

TransactionMobile.Maui.UiTests/Drivers/AppiumDriver.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ private static void SetupiOSDriver(AppiumLocalService appiumService) {
105105
if (ab.Length > 0) {
106106
throw new FileNotFoundException(ab.ToString());
107107
}
108+
else {
109+
throw new FileNotFoundException("No .app files found in the directory.");
110+
}
108111

109112
//var apkPath = Path.Combine(targetPath, "TransactionMobile.Maui.app");
110113
var apkPath = "/Users/runner/work/TransactionMobile/TransactionMobile/TransactionMobile.Maui/bin/Release/net9.0-ios/iossimulator-arm64/TransactionMobile.Maui.app";

0 commit comments

Comments
 (0)