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
83
83
5. Build the Android app :
84
84
85
85
` ` ` bash
86
- ./gradlew app:assembleDebug -Ptarget=` pwd`/../integration_test/appium .dart
86
+ ./gradlew app:assembleDebug -Ptarget=` pwd`/../integration_test/appium_test .dart
87
87
` ` `
88
88
89
89
6. Build the iOS app:
90
90
For Simulator - Debug mode
91
91
` ` ` bash
92
- flutter build ios integration_test/appium .dart --simulator
92
+ flutter build ios integration_test/appium_test .dart --simulator
93
93
` ` `
94
94
For Real Device - Release mode
95
95
` ` ` bash
96
- flutter build ipa --release integration_test/appium .dart
96
+ flutter build ipa --release integration_test/appium_test .dart
97
97
` ` `
98
98
99
99
Bingo! You are ready to run your tests using Appium Flutter Integration Driver.
You can’t perform that action at this time.
0 commit comments