Exception:
MissingMethodExceptionNoStack: No signature of method: OpenTransReport.main() is applicable for argument types: ([Ljava.lang.String;) values: [[]]
Possible solutions: wait(), wait(long), find(), any(), wait(long, int), each(groovy.lang.Closure)
Hi Marcin,
Try to write a groovy script without class definition.
The groovy script returns byte[].
But the groovy script has only one variable: “params”.
I think the better solution is using Java class which implements CustomReport. See example: [url=https://github.com/andreysubbotin/csvreport/blob/master/modules/core/src/com/company/csvreport/core/CsvReport.java]https://github.com/andreysubbotin/csvreport/blob/master/modules/core/src/com/company/csvreport/core/CsvReport.java[/url]
Thanks
Currently I have groovy script without class.
I need an editable custom template so I chose groovy script.
I have a idea to write a custom template in java which execute a groovy script in same name as template code.
Hi Olga,
I have a one doudt.How to do that YARG report generation.anyone please give me.And then how i adding custom template in parameter and formets inside.