I would like to pass cucumber configurations from RuntimeOptions. I passed runtTimeOptions as below in my CustomCucumberListner.java but those configurations are not picking up by cucumber. Should we as pass runtimeOptions to another class as an argument?. Please hele me out #2214
Unanswered
SaiKumarSappa
asked this question in
Q&A Java
Replies: 1 comment 4 replies
-
What is the end result you are trying to achieve? Are you looking to configure a plugin? Or are you looking to configure your Cucumber execution programmatically? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
public class CucumberCustomListner implements EventListener {
}
Beta Was this translation helpful? Give feedback.
All reactions