-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
We would like to execute a scenario where an event is attached to a specific test.
Traditionally we use @phasedEvent for this, but we want to do this but here we want to do this without that annotation.
Add an execution property :
PHASED.EVENTS.NONINTERRUPTIVE.INJECTINTO
Given a comma separated list of path the event defined in PHASED.EVENTS.NONINTERRUPTIVE will be injected into step.
When selected the scenario which otherwise can shuffle will be single-mode
Use cases:
- When we execute a scenario when reaching the selected step the event kicks in
- When we execute a series of tests, when reaching the selected step the event kicks
Controls:
In the beginning we check if the given propert is a method
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done