Golang, Rest-assured + Cucumber

Hi, im currently working on testing a api and i wish to to it BDD style.

Ive used Java and Restassured, cucumber before but now i need to do it preferably in Golang, does anyone have experience to point me in the right direction?

Ive googled and i found something called Baloo and that seems to be ok, and theres one called Go-Rest-Assured, but are these libraries any good?

Theres also something called GoDog which is something similar to Cucumber. But i have no experience in either Golang or these libraries.

1 Like

I haven’t used any BDD testing library but i hear most of the projects use ginkgo with testify.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.