diff --git a/README.md b/README.md
index 4b52982e2..e16ff771d 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
Testerra
-
-
@@ -45,8 +43,8 @@ Include the following dependency in your project.
Gradle:
```groovy
dependencies {
- implementation 'io.testerra:driver-ui-desktop:2.7'
- implementation 'io.testerra:report-ng:2.7'
+ implementation 'io.testerra:driver-ui-desktop:2.8'
+ implementation 'io.testerra:report-ng:2.8'
}
```
@@ -56,12 +54,12 @@ Maven:
io.testerra
driver-ui-desktop
- 2.7
+ 2.8
io.testerra
report-ng
- 2.7
+ 2.8
```
@@ -103,9 +101,9 @@ gradle test
The following optional properties can be set.
-| Property | Description |
-| ----------------------------- | ----------------------------------------------------- |
-| `withJacoco` | Enables Jacoco code coverage analysis |
+| Property | Description |
+|--------------|---------------------------------------|
+| `withJacoco` | Enables Jacoco code coverage analysis |
### License report
@@ -129,15 +127,15 @@ Testerra is deployed and published to Maven Central. All JAR files are signed vi
The following properties have to be set via command line or ``~/.gradle/gradle.properties``
-| Property | Description |
-| ----------------------------- | ----------------------------------------------------- |
-| `ttVersion` | Version of deployed Testerra, default is `2-SNAPSHOT` |
-| `deployUrl` | Maven repository URL |
-| `deployUsername` | Maven repository username |
-| `deployPassword` | Maven repository password |
-| `signing.keyId` | GPG private key ID (short form) |
-| `signing.password` | GPG private key password |
-| `signing.secretKeyRingFile` | Path to GPG private key |
+| Property | Description |
+|-----------------------------|-------------------------------------------------------|
+| `ttVersion` | Version of deployed Testerra, default is `2-SNAPSHOT` |
+| `deployUrl` | Maven repository URL |
+| `deployUsername` | Maven repository username |
+| `deployPassword` | Maven repository password |
+| `signing.keyId` | GPG private key ID (short form) |
+| `signing.password` | GPG private key password |
+| `signing.secretKeyRingFile` | Path to GPG private key |
If all properties are set, call the following to build, deploy and release Testerra:
````shell
@@ -158,10 +156,10 @@ Consequently, all content will be made available primarily in English. We also a
## Support and Feedback
The following channels are available for discussions, feedback, and support requests:
-| Type | Channel |
-| ------------------------ | ------------------------------------------------------ |
-| **Issues** | |
-| **Other Requests** | |
+| Type | Channel |
+|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **Issues** | |
+| **Other Requests** | |
## Additional repositories