Add a @Before and @After phase step method
Open
enhancement
- Dominant language
- Java
- Stars
- 9
- Forks
- 4
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 7
Description
The idea is to allow the injection of actions between phase test steps.
The annotations:
* BeforePhaseStep
* AfterPhaseStep
are to be used. When attached to a Before/After method they will be executed accordingly
We need the following attributes:
* Phase (ALL, PRODUCER, CONSUMER, NON-PHASED)
Contributor guide
Assessment
This issue has not been assessed yet.