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
The flaky command outputs the result of all found flaky tests.
Export it to the action output
Details
As a user of this action, I have a workflow that uses this action after running my test suite.
From there I can read the output of the action Falky.
I would like to use that output from the console and put it somewhere, upload it somewhere, send notifications somewhere when I find flaky tests etc.
It would be useful to print the flaky command output to the console and export it to the github action output system so the calling workflow can take the output and do something with it.
If interested I can pull up a pull request with it.
The text was updated successfully, but these errors were encountered:
Overview
The
flaky
command outputs the result of all found flaky tests.Export it to the action output
Details
As a user of this action, I have a workflow that uses this action after running my test suite.
From there I can read the output of the action
Falky
.I would like to use that output from the console and put it somewhere, upload it somewhere, send notifications somewhere when I find flaky tests etc.
It would be useful to print the
flaky
command output to the console and export it to the github action output system so the calling workflow can take the output and do something with it.If interested I can pull up a pull request with it.
The text was updated successfully, but these errors were encountered: