I'm currently building an application based on JavaEE 7 and I would like to use BDD / Behaviour Driven Development to write the tests.
To setup the test environment, Arquillian seems to be the best choice.
To use jBehave or Cucumber JVM in combination with Arquillian, I found some projects, but they don't seem to be very mature and popular yet: - Cuke in Space (https://github.com/cukespace/cukespace) - Arquillian JBehave TestRunner - JBehave JUnit Runner
How do you implement BDD acceptance tests in combination with JavaEE development? Which technologies do you use?
Any recommendations?