From 45116edfcdc35eb8a809e7d92fc265a4cf9da110 Mon Sep 17 00:00:00 2001 From: bbischoff Date: Thu, 23 Jan 2020 11:32:08 +0100 Subject: [PATCH] changed id names, added changelog, updated dependencies --- CHANGELOG.md | 12 ++++++++++++ example-project/pom.xml | 4 ++-- plugin-code/pom.xml | 10 +++++----- .../src/main/resources/template/feature-summary.ftl | 2 +- .../src/main/resources/template/scenario-summary.ftl | 6 +++--- .../src/main/resources/template/step-summary.ftl | 2 +- .../src/main/resources/template/tag-summary.ftl | 2 +- 7 files changed, 25 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b7ca4d..a55fdf2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Back to [Readme](README.md). +## [2.3.2] - 2020-01-23 + +### Fixed + +* Missing feature description in scenario details (#222, contributed by Labouh) + +### Added + +* Explicit html element ids for better custom css styling (#228, contributed by Labouh) + ## [2.3.1] - 2019-10-15 ### Fixed + * Chart y axis step size in scenario view ## [2.3.0] - 2019-10-14 @@ -540,6 +551,7 @@ steps with status `pending` or `undefined` (default value is `false`) (#74) Initial project version on GitHub and Maven Central. +[2.3.2]: https://github.com/trivago/cluecumber-report-plugin/tree/2.3.2 [2.3.1]: https://github.com/trivago/cluecumber-report-plugin/tree/2.3.1 [2.3.0]: https://github.com/trivago/cluecumber-report-plugin/tree/2.3.0 [2.2.0]: https://github.com/trivago/cluecumber-report-plugin/tree/2.2.0 diff --git a/example-project/pom.xml b/example-project/pom.xml index b2fe3746..ed962435 100644 --- a/example-project/pom.xml +++ b/example-project/pom.xml @@ -6,7 +6,7 @@ de.benjamin-bischoff cluecumber-test-project - 2.3.1 + 2.3.2 pom @@ -60,7 +60,7 @@ - custom/custom.css + diff --git a/plugin-code/pom.xml b/plugin-code/pom.xml index 0f1eba6d..938503f4 100644 --- a/plugin-code/pom.xml +++ b/plugin-code/pom.xml @@ -6,7 +6,7 @@ com.trivago.rta cluecumber-report-plugin - 2.3.1 + 2.3.2 https://github.com/trivago/cluecumber-report-plugin Cluecumber Maven Plugin for Cucumber Reports @@ -65,7 +65,7 @@ UTF-8 UTF-8 - 3.6.2 + 3.6.3 1.6 1.6.8 3.6.0 @@ -76,13 +76,13 @@ 3.3.0 2.7 3.0.2 - 2.0.0 + 2.1.0 3.6.0 2.4 3.3.0 - 3.1.0 - 5.5.2 + 3.2.4 + 5.6.0 0.8.13 2.8.6 diff --git a/plugin-code/src/main/resources/template/feature-summary.ftl b/plugin-code/src/main/resources/template/feature-summary.ftl index 2d729bc4..0fb1d4f4 100644 --- a/plugin-code/src/main/resources/template/feature-summary.ftl +++ b/plugin-code/src/main/resources/template/feature-summary.ftl @@ -27,7 +27,7 @@ subheadline="" preheadline="" preheadlineLink=""> -
+
<@page.card width="9" title="Feature Summary Result Chart" subtitle="" classes=""> <@page.graph /> diff --git a/plugin-code/src/main/resources/template/scenario-summary.ftl b/plugin-code/src/main/resources/template/scenario-summary.ftl index 3ed0b777..99a019d7 100644 --- a/plugin-code/src/main/resources/template/scenario-summary.ftl +++ b/plugin-code/src/main/resources/template/scenario-summary.ftl @@ -122,15 +122,15 @@ preheadlineLink="">
${totalNumberOfSkippedScenarios} skipped <@common.status status="skipped"/> <#else> - ${totalNumberOfPassedScenarios} passed <@common.status status="passed"/>
- ${totalNumberOfFailedScenarios} failed <@common.status status="failed"/>
- ${totalNumberOfSkippedScenarios} skipped <@common.status status="skipped"/> diff --git a/plugin-code/src/main/resources/template/step-summary.ftl b/plugin-code/src/main/resources/template/step-summary.ftl index 166ec67a..96274a82 100644 --- a/plugin-code/src/main/resources/template/step-summary.ftl +++ b/plugin-code/src/main/resources/template/step-summary.ftl @@ -27,7 +27,7 @@ subheadline="" preheadline="" preheadlineLink=""> -
+
<@page.card width="9" title="Step Summary Result Chart" subtitle="" classes=""> <@page.graph /> diff --git a/plugin-code/src/main/resources/template/tag-summary.ftl b/plugin-code/src/main/resources/template/tag-summary.ftl index cf221989..1b0b0852 100644 --- a/plugin-code/src/main/resources/template/tag-summary.ftl +++ b/plugin-code/src/main/resources/template/tag-summary.ftl @@ -27,7 +27,7 @@ subheadline="" preheadline="" preheadlineLink=""> -
+
<@page.card width="9" title="Tag Summary Result Chart" subtitle="" classes=""> <@page.graph />