2
2
Testerra
3
3
</h1 >
4
4
5
-
6
-
7
5
<p align =" center " >
8
6
<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>
9
7
<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.
45
43
Gradle:
46
44
``` groovy
47
45
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 '
50
48
}
51
49
```
52
50
@@ -56,12 +54,12 @@ Maven:
56
54
<dependency >
57
55
<groupId >io.testerra</groupId >
58
56
<artifactId >driver-ui-desktop</artifactId >
59
- <version >2.7 </version >
57
+ <version >2.8 </version >
60
58
</dependency >
61
59
<dependency >
62
60
<groupId >io.testerra</groupId >
63
61
<artifactId >report-ng</artifactId >
64
- <version >2.7 </version >
62
+ <version >2.8 </version >
65
63
</dependency >
66
64
</dependencies >
67
65
```
@@ -103,9 +101,9 @@ gradle test
103
101
104
102
The following optional properties can be set.
105
103
106
- | Property | Description |
107
- | ----------------------------- | ----------------------------------------------------- |
108
- | ` withJacoco ` | Enables Jacoco code coverage analysis |
104
+ | Property | Description |
105
+ | --------------| ---------------------------------------|
106
+ | ` withJacoco ` | Enables Jacoco code coverage analysis |
109
107
110
108
### License report
111
109
@@ -129,15 +127,15 @@ Testerra is deployed and published to Maven Central. All JAR files are signed vi
129
127
130
128
The following properties have to be set via command line or `` ~/.gradle/gradle.properties ``
131
129
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 |
141
139
142
140
If all properties are set, call the following to build, deploy and release Testerra:
143
141
```` shell
@@ -158,10 +156,10 @@ Consequently, all content will be made available primarily in English. We also a
158
156
## Support and Feedback
159
157
The following channels are available for discussions, feedback, and support requests:
160
158
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 >
|
165
163
166
164
## Additional repositories
167
165
0 commit comments