Skip to content

Commit

Permalink
Added single page report
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Jan 24, 2025
1 parent 035ff5e commit 9d5e050
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ buildscript {
}
dependencies {
classpath "net.serenity-bdd:serenity-gradle-plugin:4.2.13"
classpath "net.serenity-bdd:serenity-single-page-report:4.2.13"
}
}

Expand Down Expand Up @@ -57,6 +58,9 @@ test {
useJUnitPlatform()
}

serenity {
reports = ["single-page-html"]
}
gradle.startParameter.continueOnFailure = true

test.finalizedBy(aggregate)
test.finalizedBy(aggregate, reports)

0 comments on commit 9d5e050

Please sign in to comment.