diff --git a/README.md b/README.md index 870d7b1..6ddcb58 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,16 @@ It will register with Testerra Hooking system and uses the event bus to react on ### Requirements -| Appium connector | Testerra | Notes | -|------------------|-------------|------------------------------| +| Appium connector | Testerra | Notes | +|------------------|-------------|--------------------------------------| | `>=1.1` | `>=1.3` | -| `2.0 - 2.2` | `2.0 - 2.3` | | -| `2.3` | `2.4` | Support of Appium Client 8.x | +| `2.0 - 2.2` | `2.0 - 2.3` | | +| `2.3` | `2.4` | Support of Appium Client 8.5.1/8.6.0 | +| `2.4` | `>=2.6` | (not released) | +Important notes: +* Please check the matrix at https://github.com/appium/java-client?tab=readme-ov-file#compatibility-matrix if Appium Java Client matches to Selenium version +* Please check the Testerra releaes at https://github.com/telekom/testerra/releases which Selenium vesion is used ### Usage diff --git a/build.gradle b/build.gradle index 94a8967..3f46097 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,8 @@ apply plugin: 'io.codearte.nexus-staging' ext { // Tested with - appiumJavaClientVersion = '8.5.1' +// appiumJavaClientVersion = '9.0.0' + appiumJavaClientVersion = '8.6.0' // Minimum required Testerra version testerraCompileVersion = '2.4'