📜  Hooks 类是如何连接到特征文件的? - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:45.208000             🧑  作者: Mango

代码示例1
Hooks class needs to be created in step_definitions package. 
CukesRunner contains glue="step defintions path"
Whenever we create Hooks class with @Before/@After (imported from cucumber), 
it will automatically check the GLUE PATH.
CukesRunners looks for the GLUE PATH for the HOOKS annotati