postman+newman生成测试报告,执行命令:newman run "e:\\testli.json" -rcli,html,json,junit --reporter-html-export "c:\\report.html"
报错:error: EPERM: operation not permitted, mkdir 'c:\',一直报没有权限操作,不知道问题原因是什么
网上提供最多的两种方式参考了都没有成功,如下:
1、以管理员身份执行命令——报错信息一样
2、删掉C:\用户\账户目录下多余的.npmrc文件——我的账户下没有多余的.npmrc文件
很鸡肋的解决方式:将"c:\\report.html"改为"report.html",测试报告直接创建在C:\Users\****>目录下