I have a vsts build where I run newman tests, tests work file but I do not get any report back even though the command i sent. the steps are
1) installing newman on build agent
2) running tests
newman run collection.json --reporter-junit-export
3) publishing test by adding test result step
but it does not find the .xml file, I suspect it is not created at all. anyone with idea
newman run collection.json --reporter-junit-export
to run test on build agent machine manually? Is there test result file generated? – starian chen-MSFT