-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make flow execution output work with JUNIT output format #1721
base: main
Are you sure you want to change the base?
Conversation
@NyCodeGHG could you share some more examples on what this change does? Some console output with and without the |
@axelniklasson sure! maestro-pr-1721-recording-ffmpeged.webm |
@NyCodeGHG Nice, this explains the changes very well - thanks! Before we do an in-depth review of this PR, let's invert the behavior of the flag making this an opt-in change instead of an opt-out to keep the current behavior. We can call the flag |
@lucaswiechmann will help get this merged as I'll be OOO starting next week. Please let him know when you've updated the PR @NyCodeGHG! |
5361d82
to
e0caf0b
Compare
@axelniklasson / @lucaswiechmann |
Hey @NyCodeGHG let's keep the current output/behavior that we have today And then add two flags:
|
@lucaswiechmann |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Review note:
|
My reasoning: specifying Therefore, I don't think the |
Ahh, there's a big merge conflict in |
Proposed Changes
This PR allows the flow execution output to work while choosing the JUnit output format.
It also adds a new flag
--hide-execution
, which allows hiding of the execution output.Testing
Ran the android advanced example flow, as well as an internal test suite, using with and without the
--output=junit
flag.