Skip to content
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

export command result to action output #64

Open
lavigne958 opened this issue Jun 7, 2023 · 0 comments
Open

export command result to action output #64

lavigne958 opened this issue Jun 7, 2023 · 0 comments

Comments

@lavigne958
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant