Mastercard / flow

Testing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API for report destination

therealryan opened this issue · comments

The directory where the report is written to is controlled by a system property. This is fine if you've only got one test that uses flow, but it's awkward if you have more than one and you don't want their reports to overwrite each other.

We should add a flocessor construction option to control where the reports go.

Bear in mind #507