Closed maximilianofni closed 2 years ago
Hey @maximilianofni
This is not the htmlextra
reporter repo.
Also, the reporter is not listed in the dependencies, like you have newman
, it's probably not installed correctly or in the right location but you're trying to use it in the command.
Could you close this issue and raise one in the correct repository so that I can take a better look please.
como soluciono este problema 1) ejecuto esto en el pipeline node { stage('Prueba git'){ git 'https://github.com/maximilianofni/prueba.git' } stage('TestCases-Postman-Newman'){ bat 'npm install' bat 'npm run prueba' } }
2) esto esta escrito en mi package.json
"name": "prueba222", "version": "1.0.0", "description": "prueba test grapi ok", "version":"0.0.1", "private":true, "scripts": { "prueba": "newman run prueba222.postman_collection.json --reporters=cli,htmlextra --disable-unicode " }, "author": "maxi francesconi", "dependencies": { "newman": "^4.5.7" } }
y me sale esto: