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
Junit5 Cucumber "No definition found for..." in .feature file
I'm trying to create a simple Junit5-Cucumber project (in Eclipse) that would be used for UI testing.
I took reference from this repo:https://github.com/cucumber/cucumber-java-skeleton
Issue: No defin...
kj0902
Votes: 0
Answers: 2
Chaos Monkey Spring Boot works in dev environment but doesn't work for functional test in test environment
I am trying to run ChaosMonkey for my resilience tests. I'm using Spring Boot and the WebTestClient Class to make api requests in cucumber functional resilience tests. The responses show that Chaos Mo...
Panda Wu
Votes: 0
Answers: 1