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
I know that I can redirect output to a file using PowerShell's tee or similar hacks, but it would be helpful to have native support. A use case is when our QA team runs tests, they'd like to see the results as the tests go, but once done, they may need to attach results to the tickets for change control as a proof that the tests completed. Maybe have a switch --save <filepath> or --log <filepath>.
The text was updated successfully, but these errors were encountered:
I know that I can redirect output to a file using PowerShell's
tee
or similar hacks, but it would be helpful to have native support. A use case is when our QA team runs tests, they'd like to see the results as the tests go, but once done, they may need to attach results to the tickets for change control as a proof that the tests completed. Maybe have a switch--save <filepath>
or--log <filepath>
.The text was updated successfully, but these errors were encountered: