You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: update patrol and patrol_cli
* ci: update flutter and dart version to support latest patrol
* fix: deprecated color methods
* Select Xcode version 16.2 in CI
* Add ability to give TEST_OS env parameter for ios unit tests
* Use XCode 16.1 instead of XCode 16.2
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ To run unit tests on iOS, follow these steps:
122
122
Or to run the iOS unit tests from command line, call
123
123
124
124
```bash
125
-
DEVICE='iPhone 15'melos run ios:test
125
+
TEST_DEVICE='iPhone 16 Pro' TEST_OS="18.1"melos run test:ios
126
126
```
127
127
128
128
Specify the device you want to run the tests on with the DEVICE env variable.
@@ -132,7 +132,7 @@ Specify the device you want to run the tests on with the DEVICE env variable.
132
132
Integration tests are responsible for ensuring that the plugin works against the native Navigation SDK for both Android and iOS platforms. Patrol is used for the integration tests to simplify interactions with native elements. To use patrol, you first need to activate the patrol_cli.
133
133
134
134
```bash
135
-
flutter pub global activate patrol_cli 3.2.0
135
+
flutter pub global activate patrol_cli 3.5.0
136
136
```
137
137
138
138
To ensure that all necessary dependencies for patrol are properly set up, run the following command:
0 commit comments