Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Steps to reproduce:
1. Create some stories like:
GivenStories: precondition.story Scenario: Scenario When I do something
2. Run them using multiple threads
Actual result: "givenStory" flag is passed to methods beforeStory and afterStory in some random order (multiple threads change and share one value)
Expected result: multiple threads should use local "givenStory" flag