IntelliJBehave icon indicating copy to clipboard operation
IntelliJBehave copied to clipboard

IntelliJ IDEA Plugin for JBehave

Results 19 IntelliJBehave issues
Sort by recently updated
recently updated
newest added

When I run my tests and I have a failure I just get a verbose output (hundreds of lines) and I have no which tests is failing or why

I made a bug fix in JBehaveStepsIndex. If tables where passed to steps, the plugin was slowed down to a felt freeze of the IDE. My change cuts the steptext...

I saw that plugin should support to run JBehave story from *.story file. Can not do this. only via java class that extends JUnitStory :(

The stories doesnot refotmat with correct identation and correct tabular representation of examples.

We are trying to split some of our step classes into a separate maven module that is in a separate maven project. For those step classes that we have moved...

Lifecycle: Before: Given running Docker container After: Outcome: ANY Given a stopped container @Given("running $name container") public void startContainer(String name) throws URISyntaxException { .. It runs without any error but...

1. Create a step separated on a few lines, e.g. ![image](https://cloud.githubusercontent.com/assets/7144097/4645482/8a756ee8-5469-11e4-9a13-3bab6c8a9e4d.png) @Given("I go to the page $page to validate " + "name $name " + "email $email " + "department...

Hi We've been using this plugin for a little while now and found it vastly superior to both earlier plugins for jbehave on intellij and also eclipse. However I was...

enhancement

Hi!, I'd like to contribute... just wondering if you can point me in the right direction. I'd like to be able to limit the scope of where the plugin searches...