Html extra report is not generated with csv data driven testing

While running datadriven testing with csv file in html extra reporting 0kb file is generated
newman run Working_with_datafiles-ramen.postman_collection.json -d Ramen.csv -r htmlextra

Hey @kathanga

Could you open an issue on the repo please, with all the relevant details. Thereโ€™s a template that you can follow and fill in the information.

@kathanga

I would suggest doing an uninstall and a reinstall of newman and the reporter. Try to run your command again to see if that helps first.

npm uninstall -g newman newman-reporter-htmlextra

npm install -g newman newman-reporter-htmlextra

There was a issue raise a while back and it was down to the installation of those on this personโ€™s machine.

1 Like

Thanks Danny its working now