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

Access RunReports in FinalReports function #27

Open
mimir-d opened this issue Oct 28, 2021 · 0 comments
Open

Access RunReports in FinalReports function #27

mimir-d opened this issue Oct 28, 2021 · 0 comments

Comments

@mimir-d
Copy link
Member

mimir-d commented Oct 28, 2021

Issue by walterchris
Thursday Nov 05, 2020 at 12:31 GMT
Originally opened as https://github.com/facebookincubator/contest/issues/166


Currently after every run, the RunReport function from every registered reporting plugin will be invoked. After all runs, the FinalReport function will be invoked. It's not possible right now to access the RunReport report's from the FinalReport plugin. This way I can not access intermediate RunReports to generate a FinalReport out of this. So it would be nice if we can add the functionality such that I am able to access the RunReport reports (at least from the same plugin) during the FinalReport function.

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