Skip to content

Commit

Permalink
Updated README.md to Testerra 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed May 24, 2024
1 parent 418e301 commit f99f99a
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Testerra
</h1>



<p align="center">
<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>
<a href="/../../commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/telekom/testerra?style=flat"></a>
Expand Down Expand Up @@ -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'
}
```

Expand All @@ -56,12 +54,12 @@ Maven:
<dependency>
<groupId>io.testerra</groupId>
<artifactId>driver-ui-desktop</artifactId>
<version>2.7</version>
<version>2.8</version>
</dependency>
<dependency>
<groupId>io.testerra</groupId>
<artifactId>report-ng</artifactId>
<version>2.7</version>
<version>2.8</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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** | <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> |
| **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> |
| Type | Channel |
|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **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> |
| **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> |

## Additional repositories

Expand Down

0 comments on commit f99f99a

Please sign in to comment.