Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakarora3 committed Jun 13, 2024
1 parent 85eb5e3 commit 0849d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.americanexpress.unify.flowret</groupId>
<artifactId>unify-flowret</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
<packaging>jar</packaging>

<name>unify-flowret</name>
Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Flowret is available as a jar file in Maven central with the following Maven coo
````pom
<groupId>com.americanexpress.unify.flowret</groupId>
<artifactId>unify-flowret</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
````

---
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0849d48

Please sign in to comment.