From 3c4790ad43f6dd75e09e64b8d323ddb533236145 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 27 Jan 2023 16:55:25 +0000 Subject: [PATCH] set cucumber publish to true --- src/test/resources/cucumber.properties | 2 +- src/test/resources/junit-platform.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/resources/cucumber.properties b/src/test/resources/cucumber.properties index 4525b19..f4f676c 100644 --- a/src/test/resources/cucumber.properties +++ b/src/test/resources/cucumber.properties @@ -1,2 +1,2 @@ -cucumber.publish.enabled=false +cucumber.publish.enabled=true cucumber.publish.quiet=true \ No newline at end of file diff --git a/src/test/resources/junit-platform.properties b/src/test/resources/junit-platform.properties index 4525b19..f4f676c 100644 --- a/src/test/resources/junit-platform.properties +++ b/src/test/resources/junit-platform.properties @@ -1,2 +1,2 @@ -cucumber.publish.enabled=false +cucumber.publish.enabled=true cucumber.publish.quiet=true \ No newline at end of file