i'm using intellij for the first time to work with jbehave. i have imported a pre existing maven jbehave project in to my intellij IDE. when i'm trying to run it using "Run Story" command. i'm getting the error "In order to run a story file you need to first set a main class in the JBehave settings"
could someone tell me why i'm getting this error?
looks like you should set your project first.
First of all ensure that imported artifact is ok: run it from command line. Command should be something like
mvn verify serenity:aggregate
. If everything is ok (test complete and report created) then you need to set up your ide.PS creating correct configuration for your project might be not that simple as i described, because you are using different artifact, but key is in this setting.