You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The actual shard times Shard 1: Expected: 0s, Actual: 3s, Diff: 3s is outputting in the console even though I have output style set to either single or compact. This is impacting readability on our output in circleci.
Details (please complete the following information):
I'm running flank on CircleCi and uploaded the latest flank snapshot from the documentation there
Additional context
Not super familiar with Flank, picking up from someone else's work. If this isn't a bug or might be a config issue, let me know steps to resolve
The text was updated successfully, but these errors were encountered:
Hi @WillPRally, thank you for bringing this up. The output-style options (single or compact) control the formatting of results but don’t remove shard timing details. According to the docs, compact reduces detail but still includes essential info like test counts and results, which may include shard times as far as I know. I believe the current flank_current_output.md is outdated and needs to be modified to include Actual shard times section.
If possible, could you share a screenshot of your CircleCI output for clarity?
Describe the bug
The actual shard times
Shard 1: Expected: 0s, Actual: 3s, Diff: 3s
is outputting in the console even though I have output style set to eithersingle
orcompact
. This is impacting readability on our output in circleci.To Reproduce
firebase test android run
Expected behavior
I was expecting just the results section specified here: https://github.com/Flank/flank/blob/master/docs/flank-output-investigation/flank_current_output.md and that's it.
Details (please complete the following information):
I'm running flank on CircleCi and uploaded the latest flank snapshot from the documentation there
Additional context
Not super familiar with Flank, picking up from someone else's work. If this isn't a bug or might be a config issue, let me know steps to resolve
The text was updated successfully, but these errors were encountered: