Add test function line number in both csv/json test execution report.
This to open better intergration with plugins and automation.
NOTE:
- For CSV format could have some impact in naming properly column names (already exits 'line' column referred to the assert withing the test)
- Maybe better to split this issue in 2, one related to the json (without impact) and one related to csv.
Add test function line number in both csv/json test execution report.
This to open better intergration with plugins and automation.
NOTE: