From 0849d4855538945d4526fff29b6b3dbe42a09074 Mon Sep 17 00:00:00 2001 From: daror20 Date: Thu, 13 Jun 2024 00:25:22 -0400 Subject: [PATCH] readme update --- pom.xml | 2 +- readme.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6ae2b61..7882769 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ com.americanexpress.unify.flowret unify-flowret - 1.7.0 + 1.7.1 jar unify-flowret diff --git a/readme.md b/readme.md index 8f0b950..e08e8ab 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ Flowret is available as a jar file in Maven central with the following Maven coo ````pom com.americanexpress.unify.flowret unify-flowret -1.7.0 +1.7.1 ```` --- @@ -370,11 +370,12 @@ private static boolean writeToConsole = false; ``` Turning on the ```writeFiles``` variable will write the process info and audit log files to the directory specified. -Note that there is a sub directory created for each test case class and inside that for each test case. +Note that there is a subdirectory created for each test case class and inside that for each test case. It would be your responsibility to clean up any contents in these directories should you want to do so. Turning on the ```writeToConsole``` will output the log messages to console. This is useful when you want to see the progress of the test case execution. + --- #### Defining a process