MetaInformation
report_metainformationtable TPTReport.MetaInformation()
This function generates a table with the meta information of the test case. This includes the scenario name, the TPT file name, the directory of the test data and the used platform.
Returns:
the new meta information table node that can be added to the report.
Examples:
# generate a table with the meta information TPTReport.add(TPTReport.MetaInformation());