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

Jbehave support plugin 1.6 version is causing that IntelliJ 2023.1 consumes 500%+ CPU time on my m1 2021 mac. I am using Jbehave 4.3.4 ![image](https://github.com/witspirit/IntelliJBehave/assets/35148018/f6083e88-737f-4d14-9aad-7aaa72b81474) ![image](https://github.com/witspirit/IntelliJBehave/assets/35148018/f3585dab-47e0-41db-ace2-85cb261358da)

Would be great if we could have support for textually defined composite steps - even if it is just to display the lower level steps that make up the composite...

Applies to plugin v1.57 My story has Lifecycle steps but I do not see them appear in the Structure View ![image](https://user-images.githubusercontent.com/25622917/165841297-c2a0d4ee-5368-4e3c-afbf-f4dd214dd8c8.png) I would expect if a story has Lifecycle steps,...

IntelliJ version 2021.1 (Ultimate Version) Build #UI-211.6693.111 built on April 6, 2021 Runtime version 11.0.10+9-b1341.35 amd64 Following exception is thrown when opening IntelliJ: Should be called at least in the...

There are a few IntelliJ Structural Search inspections at https://github.com/picimako/intellij-inspections/blob/master/inspections/jbehave.md from which probably most could be implemented here as well. I've already started working on some of them, and once...

Hello @JenoDK new maintainer! Look this fork: https://github.com/stefanschenk/IntelliJBehave/commits/master Can you merge with this? Or get the improvements? The same focus.

We have recently started using Scala to write Jbehave Specs and the tests all run fine. But since the plugin only allows jumping to Step definition from .story file to...

enhancement

JBehave has a feature called [Composite Steps](http://jbehave.org/reference/stable/composite-steps.html). I tried to use it but my IntelliJ Idea plugin shows my composite steps as not found. See the screenshot: ![2016-02-22 12-06-29 login...

enhancement

When developing new steps using Jbehave you might face an issue when you create a step like: ``` @When("I do action with item") public static void IDoActionWith(String item){} ``` This...

JBehave allows the use of custom localized keywords http://jbehave.org/reference/stable/stories-in-your-language.html specified as a Properties-file. It makes sense writing the stories in user's language and terms. That is why we use Finnish...

enhancement