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

Run report: add details #375

Open
joh03067 opened this issue Oct 27, 2015 · 4 comments
Open

Run report: add details #375

joh03067 opened this issue Oct 27, 2015 · 4 comments
Assignees
Labels
Milestone

Comments

@joh03067
Copy link

Add information to run report about the plugin parameters selected, files that were included etc so that the people can see exactly what they ran so they can recreate it.

@mdehghanim mdehghanim added this to the V1 Release Candidate milestone Oct 27, 2015
@sagarmakwana
Copy link

I have created an extra parameter in TacitUtility.createRunReport(......,List reportParams) which is used to create run report. So while calling this function to create a report, pass reportParams in the form of list of all the extra information that needs to be added. This list(if not null) will be printed in the run report as it is.

@yuva29
Copy link
Member

yuva29 commented Mar 1, 2016

Did you make the change in all the plugins wherever run report is getting created ?

@sagarmakwana
Copy link

@yuva29 Yes I have made changes to all the places where there was a function call. I have passed null for now and once we decide what all do we need to pass from there we can replace the null with values.

I have not committed the code though.

sagarmakwana pushed a commit that referenced this issue Mar 2, 2016
Added a structure to accommodate additional details in run report from
different plugins.
@mdehghanim mdehghanim modified the milestones: V1 candidate, Beta 4 Dec 2, 2016
@mdehghanim
Copy link

@sagarmakwana is this done?

@mdehghanim mdehghanim modified the milestones: Beta 4.5, Beta 4 Apr 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants