IntelliJBehave icon indicating copy to clipboard operation
IntelliJBehave copied to clipboard

IntelliJ IDEA Plugin for JBehave

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

Hi Aman, I recently stumbled on your IntelliJBehave plugin and found it very helpful. However, in my project setup I experienced some issues regarding sluggishness and in some cases steps...

IntellijBehave permanently fails Error message: " Tokens [TABLE_ROW, TABLE_ROW, TABLE_ROW, TABLE_ROW, SCENARIO_TEXT, STEP_TYPE, STEP_TEXT, STEP_TYPE, STEP_TEXT, STEP_TYPE, STEP_TEXT, STEP_TYPE, STEP_TEXT, STEP_TYPE, STEP_TEXT, STEP_TYPE, STEP_TEXT, STEP_TYPE, STEP_TEXT, SCENARIO_TEXT, STEP_TYPE, STEP_TEXT, STEP_TYPE,...

Problem exists when multiple projects are open: Example: Project1 has story (and appropriate definitions): Given The calling application is authorized Then I should receive a status code of 200 Project2...

after generate the pending method we throw exception PendingStepsFound(pendingSteps) in PerformableTree class . and that led to close XML file before closing scenario and story tags. ![Capture](https://user-images.githubusercontent.com/50403676/64165703-de59c080-ce45-11e9-8386-acceac696955.PNG)

Intellij jbehave plugin is not working for latest version. Tried and tried but I am always getting error. Could you please look into this issue.

CPU Usages of 90 to 350% on Ubuntu 13.10 / IntelliJ 13 Community Edition. The CPU usage reverts back to

When I click on the Steps of a *.feature or *.story file the plugin crashes and I see the following error: `com.intellij.psi.impl.source.tree.java.PsiLiteralExpressionImpl cannot be cast to com.intellij.psi.PsiArrayInitializerMemberValue`

Say there is a .story file `Scenario: some scenario Given some state And some other state When I do something State is changed` Try to comment "And" step using cmd+/....

after I re-install the plugin, I do see following exception Scenario: Verify HDFS verification after running batch story Meta: @tag testme Then Verify HDFS contains User sourceId: $sourceId segmentId: $segmentIds...