TNG/JGiven

JGiven html report not getting generated

manoj-fd opened this issue · 0 comments

Gradle config

plugins {
id "com.tngtech.jgiven.gradle-plugin" version "1.0.0"
}

apply plugin: 'com.tngtech.jgiven.gradle-plugin'
acceptanceTest.finalizedBy(jgivenAcceptanceTestReport)

jgiven-results successfully producing json file, but its not generating html file.

image