From a00d3789848381e55c8927a3cace3467dc990656 Mon Sep 17 00:00:00 2001 From: l-1sqared <30831153+l-1squared@users.noreply.github.com> Date: Tue, 20 Jul 2021 16:27:44 +0200 Subject: [PATCH] Issue-271: add settings notice to documentation Signed-off-by: l-1sqared <30831153+l-1squared@users.noreply.github.com> --- docs/report_generation.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/report_generation.adoc b/docs/report_generation.adoc index 42d7361252b..4434061926f 100644 --- a/docs/report_generation.adoc +++ b/docs/report_generation.adoc @@ -142,7 +142,7 @@ Now run: $ mvn verify ---- -HTML reports are then generated into the `target/jgiven-reports/html` directory. +HTML reports are then generated into the `target/jgiven-reports/html` directory. Note that the plugin relies on the existence of the JSON output, so if the property `jgiven.reports.enabled` was set to `false`, no output will be generated. ==== Gradle @@ -171,6 +171,7 @@ buildscript { } apply plugin: "com.tngtech.jgiven.gradle-plugin" + ---- Now run: @@ -180,7 +181,7 @@ Now run: $ gradle test jgivenTestReport ---- -HTML reports are then generated into the `build/reports/jgiven/test/html/` directory. +HTML reports are then generated into the `build/reports/jgiven/test/html/` directory. Note that the plugin relies on the existence of the JSON output, so if the property `jgiven.reports.enabled` was set to `false`, no output will be generated. If you want that the HTML report is always generated after the tests have been executed, you can configure the `test` task in your Gradle