Skip to content

Commit f99f99a

Browse files
Updated README.md to Testerra 2.8
1 parent 418e301 commit f99f99a

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

README.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Testerra
33
</h1>
44

5-
6-
75
<p align="center">
86
<a href="https://mvnrepository.com/artifact/io.testerra" title="MavenCentral"><img alt="Maven Central" src="https://img.shields.io/maven-central/v/io.testerra/core/2?label=Maven%20Central"></a>
97
<a href="/../../commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/telekom/testerra?style=flat"></a>
@@ -45,8 +43,8 @@ Include the following dependency in your project.
4543
Gradle:
4644
```groovy
4745
dependencies {
48-
implementation 'io.testerra:driver-ui-desktop:2.7'
49-
implementation 'io.testerra:report-ng:2.7'
46+
implementation 'io.testerra:driver-ui-desktop:2.8'
47+
implementation 'io.testerra:report-ng:2.8'
5048
}
5149
```
5250

@@ -56,12 +54,12 @@ Maven:
5654
<dependency>
5755
<groupId>io.testerra</groupId>
5856
<artifactId>driver-ui-desktop</artifactId>
59-
<version>2.7</version>
57+
<version>2.8</version>
6058
</dependency>
6159
<dependency>
6260
<groupId>io.testerra</groupId>
6361
<artifactId>report-ng</artifactId>
64-
<version>2.7</version>
62+
<version>2.8</version>
6563
</dependency>
6664
</dependencies>
6765
```
@@ -103,9 +101,9 @@ gradle test
103101

104102
The following optional properties can be set.
105103

106-
| Property | Description |
107-
| ----------------------------- | ----------------------------------------------------- |
108-
| `withJacoco` | Enables Jacoco code coverage analysis |
104+
| Property | Description |
105+
|--------------|---------------------------------------|
106+
| `withJacoco` | Enables Jacoco code coverage analysis |
109107

110108
### License report
111109

@@ -129,15 +127,15 @@ Testerra is deployed and published to Maven Central. All JAR files are signed vi
129127

130128
The following properties have to be set via command line or ``~/.gradle/gradle.properties``
131129

132-
| Property | Description |
133-
| ----------------------------- | ----------------------------------------------------- |
134-
| `ttVersion` | Version of deployed Testerra, default is `2-SNAPSHOT` |
135-
| `deployUrl` | Maven repository URL |
136-
| `deployUsername` | Maven repository username |
137-
| `deployPassword` | Maven repository password |
138-
| `signing.keyId` | GPG private key ID (short form) |
139-
| `signing.password` | GPG private key password |
140-
| `signing.secretKeyRingFile` | Path to GPG private key |
130+
| Property | Description |
131+
|-----------------------------|-------------------------------------------------------|
132+
| `ttVersion` | Version of deployed Testerra, default is `2-SNAPSHOT` |
133+
| `deployUrl` | Maven repository URL |
134+
| `deployUsername` | Maven repository username |
135+
| `deployPassword` | Maven repository password |
136+
| `signing.keyId` | GPG private key ID (short form) |
137+
| `signing.password` | GPG private key password |
138+
| `signing.secretKeyRingFile` | Path to GPG private key |
141139

142140
If all properties are set, call the following to build, deploy and release Testerra:
143141
````shell
@@ -158,10 +156,10 @@ Consequently, all content will be made available primarily in English. We also a
158156
## Support and Feedback
159157
The following channels are available for discussions, feedback, and support requests:
160158

161-
| Type | Channel |
162-
| ------------------------ | ------------------------------------------------------ |
163-
| **Issues** | <a href="https://github.com/telekom/testerra/issues/new/choose" title="Issues"><img src="https://img.shields.io/github/issues/telekom/testerra?style=flat"></a> |
164-
| **Other Requests** | <a href="mailto:[email protected]" title="Email us"><img src="https://img.shields.io/badge/email-Testerra%20team-green?logo=mail.ru&style=flat-square&logoColor=white"></a> |
159+
| Type | Channel |
160+
|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
161+
| **Issues** | <a href="https://github.com/telekom/testerra/issues/new/choose" title="Issues"><img src="https://img.shields.io/github/issues/telekom/testerra?style=flat"></a> |
162+
| **Other Requests** | <a href="mailto:[email protected]" title="Email us"><img src="https://img.shields.io/badge/email-Testerra%20team-green?logo=mail.ru&style=flat-square&logoColor=white"></a> |
165163

166164
## Additional repositories
167165

0 commit comments

Comments
 (0)