Jan 04 2022
05:45 AM
- last edited on
Mar 05 2024
01:24 PM
by
TechCommunityAP
Jan 04 2022
05:45 AM
- last edited on
Mar 05 2024
01:24 PM
by
TechCommunityAP
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