forked from kumaraman21/IntelliJBehave
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Applies to plugin v1.57
My story has Lifecycle steps but I do not see them appear in the Structure View
I would expect if a story has Lifecycle steps, they would show up in the Structure View accordingly to their Scope.
ex:
Lifecycle:
Before:
Scope: STORY
[steps to be executed before each story]
Scope: SCENARIO
[steps to be executed before each scenario]
Scope: STEP
[steps to be executed before each scenario step]
After:
Scope: STEP
[steps to be executed after each scenario step]
Scope: SCENARIO
[steps to be executed after each scenario]
Scope: STORY
[steps to be executed after each story]
Should display in Structure tree view as:
filename
V Story
V Before Story Steps
V Scenario1
V Before Scenario Steps
V Before Each Scenario Step Steps
Scenario1 Step1
V After Each Scenario Step Steps
...
V After Scenario Steps
V Scenario2
V Before Scenario Steps
V Before Each Scenario Step Steps
Scenario1 Step2
V After Each Scenario Step Steps
...
V After Scenario Steps
V After Story Steps
V Examples:
valfirst
Metadata
Metadata
Assignees
Labels
No labels