Contributing
Testing
Debugging tests
To debug a single godog feature test in an IDE, in the cmd
directory run
dlv test . --headless --listen 127.0.0.1:52800 -- --test.run '^TestFeatures$/^Foobar'
Where "Foobar" is the beginning of your feature description. Then connect to the running debugger from your IDE.