All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.symphony.ps.sdk.bdd.TestRunner Maven / Gradle / Ivy

The newest version!
package com.symphony.ps.sdk.bdd;

import io.cucumber.junit.Cucumber;
import io.cucumber.junit.CucumberOptions;
import org.junit.runner.RunWith;

@RunWith(Cucumber.class)
@CucumberOptions(plugin = {"pretty"}, features = {"classpath:features"})
public class TestRunner {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy