Is there equivalent annotations of testNG:
e.g @BeforeSuite, @BeforeGroup etc.
[Question] Is there equivalent annotations of testNG
ThanhTo
#2
Hi @armenuhi_k
You can create a Test Listener to trigger logic before and after test case / test suite execution.