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)
java.lang.StackOverflowError when running cucumber java from Katalon Studio
when ever we run:
import com.kms.katalon.core.cucumber.keyword.CucumberBuiltinKeywords as CucumberKW
CucumberKW.runFeatureFileWithTags(featureFileFolder, (([finalTag]) as String[]))
we are using cuc...
HRoark
Votes: 0
Answers: 0
mvn clean verify -D"cucumber.filter.tags=@tag1 or @tag2" works. mvn clean verify -Dcucumber.filter.tags="@tag1 or @tag2" does not
For everyone in my project,
mvn clean verify -Dcucumber.filter.tags="@smoke1 or @smoke2" format works for running cucumber tests. However, for me I figured that only
mvn clean verify -D"...
Gajendra Varadhan
Votes: 0
Answers: 0
RemoteWebDriver is null error (sauce labs implementation) -selenium,cucumber,java
I am implementing my code to work on remote machines on Sauce Labs. The code worked fine until I have changed my driver initialisation (to work with remote server). I keep getting this.driver is null ...
Funky Monkey
Votes: 0
Answers: 1
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