We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5506b56 commit ecba64fCopy full SHA for ecba64f
README.md
@@ -45,8 +45,8 @@ Include the following dependency in your project.
45
Gradle:
46
```groovy
47
dependencies {
48
- implementation 'io.testerra:driver-ui-desktop:2.6'
49
- implementation 'io.testerra:report-ng:2.6'
+ implementation 'io.testerra:driver-ui-desktop:2.7'
+ implementation 'io.testerra:report-ng:2.7'
50
}
51
```
52
@@ -56,12 +56,12 @@ Maven:
56
<dependency>
57
<groupId>io.testerra</groupId>
58
<artifactId>driver-ui-desktop</artifactId>
59
- <version>2.6</version>
+ <version>2.7</version>
60
</dependency>
61
62
63
<artifactId>report-ng</artifactId>
64
65
66
</dependencies>
67
0 commit comments