Posted by Bevan on May 13, 2017 at 12:53am
I've used Behat on and off over the years. I love how useful the scenarios, gherkin and test results are, but hate maintaining the suite and writing step definitions; there so many arcane bugs that are hard to debug. And getting it running in CI environments is always a headache.
There must be an easier way. What about http://www3.obehave.io/?
Any other ideas?

Comments
Agreed
I agree that executing behat is a headache. Our University doesn't offer command line access on the testing server, so I have to run @api behat tests in a local vagrant box. I would love a Drupal module that allowed for remote execution without a cli.
I also agree that the diverse dependencies are a challenge to support. It feels like a hacked together suite with no Drupal-centered maintainer.