Can you provide a command to push LambdaTest Cypress JUnit reports to my Testrail?

I am trying to push my LambdaTest Cypress JUnit reports to my Testrail and I have updated all values in trcli-config.yml. What would be the command to push the reports?

Hi Dipen Soni,

You can run the below command to push your JUnit reports to the Testrail account:

trcli -y -c "trcli-config.yml" parse_junit -f "reports/junit-report.xml"

Refer to the below document for the same: