Skip to content

Update README.md #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@ Get the latest version from `https://pub.dev/packages/appium_flutter_server/inst
5. Build the Android app:

```bash
./gradlew app:assembleDebug -Ptarget=`pwd`/../integration_test/appium.dart
./gradlew app:assembleDebug -Ptarget=`pwd`/../integration_test/appium_test.dart
```

6. Build the iOS app:
For Simulator - Debug mode
```bash
flutter build ios integration_test/appium.dart --simulator
flutter build ios integration_test/appium_test.dart --simulator
```
For Real Device - Release mode
```bash
flutter build ipa --release integration_test/appium.dart
flutter build ipa --release integration_test/appium_test.dart
```

Bingo! You are ready to run your tests using Appium Flutter Integration Driver.
Expand Down