Skip to content

Structure View does not support Lifecycle steps #72

Description

@cse-garylo

Applies to plugin v1.57

My story has Lifecycle steps but I do not see them appear in the Structure View

image

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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions