diff --git a/build.gradle b/build.gradle index f6d9c8e3..b42f2e31 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'allure.notifications' -version '3.0.1' +version '3.0.2' sourceCompatibility = 1.8 diff --git a/src/main/resources/templates/html.ftl b/src/main/resources/templates/html.ftl index 8f313ef5..ed55e909 100644 --- a/src/main/resources/templates/html.ftl +++ b/src/main/resources/templates/html.ftl @@ -1,3 +1,4 @@ +<#compress> ${results}: ${environment}: ${env} ${duration}: ${time} @@ -9,4 +10,5 @@ <#if skipped != 0 >${totalSkipped}: ${skipped} <#if passedPercentage != 0 >% ${ofPassedTests}: ${passedPercentage} <#if failedPercentage != 0 >% ${ofFailedTests}: ${failedPercentage} - ${reportAvailableByLink}: ${reportLink} \ No newline at end of file + ${reportAvailableByLink}: ${reportLink} + \ No newline at end of file diff --git a/src/main/resources/templates/markdown.ftl b/src/main/resources/templates/markdown.ftl index fb4ffa1f..2eb8b0c2 100644 --- a/src/main/resources/templates/markdown.ftl +++ b/src/main/resources/templates/markdown.ftl @@ -1,3 +1,4 @@ +<#compress> *${results}:* *${environment}:* ${env} *${duration}:* ${time} @@ -9,4 +10,5 @@ <#if skipped != 0 > *${totalSkipped}:* ${skipped} <#if passedPercentage != 0 >*% ${ofPassedTests}:* ${passedPercentage} <#if failedPercentage != 0 >*% ${ofFailedTests}:* ${failedPercentage} - *${reportAvailableByLink}:* ${reportLink} \ No newline at end of file + *${reportAvailableByLink}:* ${reportLink} + \ No newline at end of file