Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Jun 11, 2024
1 parent 43e26d6 commit d6152f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d6152f9

Please sign in to comment.