abbreviate
abbreviate copied to clipboard
Migrate to GoDog acceptance tests
Is your feature request related to a problem? Please describe.
At the moment, we have to include non-go dependencies to run acceptance tests. This is bash based and tricky to get right. We could achieve just as much with godog, without having to switch to another language. And go has more testing features/libraries available.
Describe the solution you'd like BATS acceptance tests replaced with Godog ones.