adobe / phased-testing

A TestNG plugin that allows tests to be reused in validating System changes such as upgrades or system changes that happen in chaos engineering.
MIT License
7 stars 3 forks source link

Event Handling #203

Open baubakg opened 1 month ago

baubakg commented 1 month ago

NIE Events should be able to be triggered in the following way in reference to the step they target :

# Event Start Event Start Finish Tear Down How to Signal Comment
1 Before Step AFTER/DURING Step After step NIE_33 Current behavious : We do not care when exactly but the next step waits for the event to finish
2 Before Step Before Step After step NIE_23 SYNCHRONEOUS : No matter if the even is sychroneous or not
3 Before Step Before Step Before Step NIE_22
4 Before Step Before Step latest scenario end NIE_20
5 Before Step After Step latest scenario end NIE_30
6 Before Step latest scenario end latest scenario end NIE_00

![Uploading PhasedDiagrams-asynchronousEventModels.drawio.png…]()