blob: 0b923d75bd6f0cec6e6950a78e8a320364401269 [file] [log] [blame]
package sling;
import com.intuit.karate.junit4.Karate;
import org.junit.runner.RunWith;
// Run all *.feature files found in and under this folder
@RunWith(Karate.class)
public class SlingTest {
}