Mastercard / flow

Testing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hide report detail tabs if possible

therealryan opened this issue · comments

By default the flow detail page in execution reports has two tabs

  • Flow - where the sequence diagram and message content is shown
  • Logs - where captured system logs are shown

Log capture is an optional extra, so by default simple tests will always produce empty log tabs.

Let's not bother showing the tab bar if only one tab has any content.