0

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 {

}
Sandun Madola
  • 870
  • 2
  • 10
  • 26
Shivam
  • 199
  • 2
  • 4

0 Answers0