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.
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