Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ $ IGNORE_VERSION_SKIP=true CI=true bundle exec rake test:func:android
opts = {
capabilities: { # Append capabilities
platformName: 'ios',
platformVersion: '18.4',
deviceName: 'iPhone 16 Plus',
platformVersion: '26.0',
deviceName: 'iPhone 17',
# app: '/path/to/MyiOS.app', # Without 'app' capability, an appium session starts with the home screen
automationName: 'XCUITest'
},
Expand Down
Binary file modified test/functional/app/UICatalog.app.zip
Binary file not shown.
Binary file modified test/functional/app/tv-example.zip
Binary file not shown.
Loading