Skip to content

Commit

Permalink
Updated README for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann authored Jan 24, 2022
1 parent 8f97293 commit c14a4d7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ The module will register automatically by using `ModuleHook`.

### Requirements

| Selenoid connector | Testerra |
| -------------------- | -------------- |
| `1.0-RC-13` | ` 1.0-RC-32` |
| `1.0-RC-14` | ` 1.0-RC-34` |
| `1.0.0` | ` 1.0.0` |
| `1.1 ... 1.3` | `1.1..1.6` |
| `1.4` | `1.7..1.8` |
| `1.5` | `1.9` |
| `1.6` | `>= 1.10` |
| Selenoid connector | Testerra |
| ------------------ | -------------- |
| `1.0-RC-13` | ` 1.0-RC-32` |
| `1.0-RC-14` | ` 1.0-RC-34` |
| `1.0.0` | ` 1.0.0` |
| `1.1..1.3` | `1.1..1.6` |
| `1.4` | `1.7..1.8` |
| `1.5` | `1.9` |
| `>=1.6` | `>= 1.10` |

You need at least Selenoid 1.10.1 or above.

Expand All @@ -48,7 +48,7 @@ Include the following dependency in your project.
Gradle:

````groovy
implementation 'io.testerra:selenoid-connector:1.4'
implementation 'io.testerra:selenoid-connector:1.7'
````

Maven:
Expand All @@ -58,7 +58,7 @@ Maven:
<dependency>
<groupId>io.testerra</groupId>
<artifactId>selenoid-connector</artifactId>
<version>1.4</version>
<version>1.7</version>
</dependency>
````

Expand Down

0 comments on commit c14a4d7

Please sign in to comment.