user14551704
user14551704

Reputation:

Running my postman collections in Azure devops pipelines gives me a warning that NO html test results report file is found

I am running my postman collections in Azure devops pipelines, runs well but i get a warning "##[warning]No test result files matching **/*.xml were found" in the Publish Rest Results. Another issue is that Test tab is missing in the test summary. Could i be missing something in my scripts?

My YAML is as follows:

pool: name: Azure Pipelines demands: npm

steps:

Upvotes: 0

Views: 948

Answers (1)

user20442906
user20442906

Reputation: 1

Not a direct answer to your questions, but may be a better solution. Postman released their CLI which is similar to Newman and has built-in integrations and reporting https://learning.postman.com/docs/postman-cli/postman-cli-overview/

Upvotes: 0

Related Questions