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 8672f3d commit 3baa060Copy full SHA for 3baa060
2 files changed
allure-teamcity-server/build.gradle
@@ -6,7 +6,7 @@ teamcity {
6
server {
7
descriptor {
8
name = project.parent.name
9
- displayName = 'Allure for TeamCity'
+ displayName = 'Allure Report'
10
version = project.version
11
12
description = 'Plugin adds support for generate Allure report based on tests results'
build.gradle
@@ -22,7 +22,7 @@ ext {
22
23
group = 'io.qameta.allure'
24
version = version
25
-description = 'Allure for TeamCity'
+description = 'Allure Report'
26
27
configure(rootProject) {
28
0 commit comments