Skip to content

Commit c9a3422

Browse files
authored
docs: update readme with correct path for test file (#120)
1 parent a8fcaed commit c9a3422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ Get the latest version from `https://pub.dev/packages/appium_flutter_server/inst
8383
5. 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
8989
6. 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
9999
Bingo! You are ready to run your tests using Appium Flutter Integration Driver.

0 commit comments

Comments
 (0)