##[warning]No test result files matching reports/*.xml were found.

Copper Contributor

Hi Everyone,

Request you to please check this. Thank you in Advance. 

after running the pytest, the XML file is not getting generated. 

##[warning]No test result files matching reports/*.xml were found.

after running the below command also. The XML file is not getting generated. 

 

 

python3 2_deploy_dev/test_dev.py '${{ parameters.DEPLOYER_URL }}' '${{ parameters.DEPLOYER_API_KEY }}' '${{ parameters.API_SERVICE_ID }}' '${{ parameters.API_ENDPOINT_ID }}' '${{ parameters.API_DEV_INFRA_ID }}' -m pytest -o junit_family=xunit1 --junitxml=reports/DEV_TEST.xml

 

 

 

0 Replies