Following is the code of TestRunner.
TestRunner.class
package com.run;
import org.junit.runner.RunWith;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
public class TestRunner {
}
Following is the code of TestRunner.
TestRunner.class
package com.run;
import org.junit.runner.RunWith;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
public class TestRunner {
}