Integration with TestRail

Hi,

I’m running our k6 integration and would like to get data into TestRail for reporting purposes. I’ve come across this post TestRail integration which points to the handleSummary() documentation.

The question I had was how to actually send these summary objects to TestRail since I cannot import any of the node packages like the TestRail client. Do I need to make custom posts via a different http library to send to TestRail?

Thanks

I have never used TestRail, but from what I can see, the other thread you linked to has the answer and even a link to a tutorial on how to do it: Introducing TestRail in your K6 tests - DEV Community

Do I need to make custom posts via a different http library to send to TestRail?

Yes, the k6/http one :sweat_smile: The TestRail HTTP API seems simple enough that you shouldn’t need a whole SDK to access it.