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?

link|improve this question

77% accept rate
Which test framework are you using? "BDD tests" is not enough information. – Daniel C. Sobral Dec 14 '11 at 23:33
@DanielC.Sobral scalatest and specs probably. the examples link points to scalatest – aishwarya Dec 15 '11 at 3:22
@aishwarya I missed the link. – Daniel C. Sobral Dec 15 '11 at 17:22
feedback

1 Answer

up vote 5 down vote accepted

This article explains how to run scalatest tests in eclipse.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.