Add an @AfterPhaseGroup and a @BeforePhaseGroup functionality
Open
enhancement
- Dominant language
- Java
- Stars
- 9
- Forks
- 4
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 7
Description
This functionality allows you to define a method in a class to have the annotations @AfterPhaseGroup and a @BeforePhaseGroup
When set, the method is executed before/after a PhaseGroup starts or ends.
Use Cases for a scenario with three steps:
* NonPhased : executed right at the end of the scenario
* Phased - Shuffled : 4 times
These methods should be executed no matter what the state of the scenario is.
Contributor guide
Assessment
This issue has not been assessed yet.