I am trying to update the results of my testcases to testrail , and i tried to use the below options
reporter: "cypress-testrail-reporter",
reporterOptions: {
"host": "URL",
"username": "name",
"password": "api",
"projectId": 82,
"suiteId": 11092
}
And as i given the proper name for my TC in my script as well it("C305662 testcases",
But , i can see new testrun is getting created and it is added the testcases from suite , but result of the TC "C305662" is not getting updated after run. I am not seeing any errors either
any inputs to fix