Im looking for an acceptance testing framework with readable syntax (like Cucumber's plain text specs) but as an internal domain specific language (DSL). First I was thinking about ScalaTest but non technical customers run screaming away if they see the syntax!
So is there an acceptance testing framework optimized for readability providing an internal (ideally typesafe) DSL and running on the JVM?