The error means you're trying to use annotated configuration and the @UsingSteps annotation is missing.
You can check the documentation on: http://jbehave.org/reference/stable/configuration.html Or the examples: http://jbehave.org/reference/stable/running-examples.html Else, if you provide more information on your configuration set up we may be able to help. Cheers On 24/02/2011 18:56, Gracia, Lehi wrote: > > I'm getting an error during the running of a test > > "Annotation interface org.jbehave.core.annotations.UsingSteps not > found in class ..." then gives the name of my suite > > > > The test just opens the browser but, even before opening the page, it > closes the browser and passes the test. > > > > I couldn't find any information on-line about it. Does anyone have any > ideas? > > > > Lehi >
