TestRail Plugin

Hi,
I see that there isn’t a TestRail plugin at the moment. This would be really useful for me.

I’d be happy to have a go myself… Is there any documentation on how to create a plugin?

And any general advice for how to approach this?

Thanks,
Chris

I’m actually working on a testrail plugin for one of our projects right now. I setup the test titles to include the Case ID and suite Id which I grab using regex inside the events. After all the tests are finished, I call the testrail api and add a test run using testrail-api

1 Like

Here is TestRail plugin: https://github.com/PeterNgTr/codeceptjs-testrail

1 Like