Questions tagged [test-runner]
187 questions
-1
votes
1 answer
TestRunner File for Cucumber is not getting executed and not throwing any error
Whenever I am executing this "TestNGTestRunner" file, the file don't get executed and also not populates/throws any error.
This was working fine till sometime, but suddenly it started getting this issue.
But when I execute the cucumber files…

akshaykinhikar
- 21
- 4
-1
votes
1 answer
What is relation of Cucumber feature files with Test Runner file in Karate?
I have found if I only add karate core dependency and run my tests, they run fine and report is generated.
So what is importance of making a test runner class? I can run my karate tests without it as well. Kindly explain!

Raza Sohail
- 1
- 2
-1
votes
2 answers
Test run stops when doing several multi-threaded tests in a row
I've got a class with a static ConcurrentQueue. One class receives messages and puts them on the queue, whilst a different thread on this class reads them from that queue and processes them one at a time. That method is aborted with a…

KeizerHarm
- 330
- 1
- 4
- 22
-1
votes
1 answer
Why would anybody want to use different test runner with Specflow?
I am setting up UI tests ecosystem integrated with Azure DevOps test plans.
I am reading about Specflow v3 and it states that one can use different unit test frameworks with it, xUnit for example:…

Yoda
- 17,363
- 67
- 204
- 344
-1
votes
1 answer
How do i give a path to testrunner script into my TeamCity docker container?
Basically i want to run my SoapUI tests (ReadyAPI is downloaded on my computer). With Teamcity, which is running in docker container.
So i started my Teamcity server and agent in docker container. Like this:…
-2
votes
2 answers
Selenium |Maven |Failure trace|Java.lang.NullpointerException| after 1st testcase passed
public class LoginStepDefinitions
{
WebDriver driver;
@Given("^User is already on login page$")
public void User_is_already_on_login_page() throws InterruptedException
{
ChromeOptions chromeOptions=new ChromeOptions();
…
-2
votes
2 answers
unable to fine AbstractTestNGCucumberTests class
I have added dependencies in my pom file and still not able to extend AbstractTestNGCucumberTests

sakura
- 1
- 1
- 1