I’m trying to run this sample BDD test examples in my Eclipse IDE, but seems that in Run Configurations there are not suitable propositions for that? Also I couldn’t find any suitable perspective for that.
What I’m supposed to do to run that test in my Eclipse IDE?
I’m aware that I can run a test (or set of tests) with the command line, but is there some integrated solutions in the Eclipse IDE?
This article explains how to run scalatest tests in eclipse.