python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ParameterType not identifying the method
For some reason, ParameterType is giving me the below error:
Undefined parameter type {query}. Please register a ParameterType for {query}.
However, if you see the below code, I have created a metho...
Avinash
Votes: 0
Answers: 0
java.lang.reflect.InaccessibleObjectException: Unable to make field private final java.util.Comparator java.util.TreeMap.comparator accessible:module
This is my first cucumber project and i followed a tutorial when setting everything up. It all seems to be the same but for some reason i get this:
java.lang.ExceptionInInitializerError.
Caused by: ja...
Ortero
Votes: 0
Answers: 3
How to refresh Cucumber Output file in IntelliJ while using multiple feature files?
I am using the BDD framework using Cucumber,
There are multiple feature files.
But am not able to get the output in the HTML file. (However, I can see the output in my console. )
Where am going wrong?...
Ramkrishna Bhandare
Votes: 0
Answers: 0
Cucumber converting TypeRegistryConfiguration to ParameterType annotation JAVA
Since TypeRegistry io.cucumber.core.api.TypeRegistry is @Deprecated I have troubles declaring my parameter annotations, I have now idea how to transform them to the @ParameterType
I tried this
@Parame...
thomarkey
Votes: 0
Answers: 1