File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,17 +83,17 @@ Get the latest version from `https://pub.dev/packages/appium_flutter_server/inst
83835. Build the Android app :
8484
8585 ` ` ` bash
86- ./gradlew app:assembleDebug -Ptarget=` pwd`/../integration_test/appium .dart
86+ ./gradlew app:assembleDebug -Ptarget=` pwd`/../integration_test/appium_test .dart
8787 ` ` `
8888
89896. Build the iOS app:
9090 For Simulator - Debug mode
9191 ` ` ` bash
92- flutter build ios integration_test/appium .dart --simulator
92+ flutter build ios integration_test/appium_test .dart --simulator
9393 ` ` `
9494 For Real Device - Release mode
9595 ` ` ` bash
96- flutter build ipa --release integration_test/appium .dart
96+ flutter build ipa --release integration_test/appium_test .dart
9797 ` ` `
9898
9999Bingo! You are ready to run your tests using Appium Flutter Integration Driver.
You can’t perform that action at this time.
0 commit comments