I am using cypress-testrail-accumulative-reporter in my cypress automation project for testrail integration. I am executing the automation with 2 parallel threa
I am using the API provided by Test rail to pull info using java. Below is my program. APIClient client = new APIClient("https://test.testrail.net/index.php?/r
I am using the API provided by Test rail to pull info using java. Below is my program. APIClient client = new APIClient("https://test.testrail.net/index.php?/r
I've been trying to have my Cypress tests uploaded to their matching TestRail testcases, but so far it's not working. Here's my current setup: I have install