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.
- file → project structure. Is project sdk set?
- Run → edit configuration. Not sure how it should look like for jbehave artifact, i'm using simple «serenity-junit».
- in upper left corner click green «+» sign, look for «junit»
- configuration tab → «Test kind» option = class
- configuration tab → «Class» option = select your test class (should have @RunWith annotation)
- save
- (optional) enable tool bar (view → toolbar) debug panel should be now visible and your class should be selected → now you can run this project from 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.