![JAR search and dependency download from the Maven repository](/logo.png)
com.symphony.ps.sdk.bdd.TestRunner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of symphony-bot-cucumber-tests-java Show documentation
Show all versions of symphony-bot-cucumber-tests-java Show documentation
Behavioural-driven testing framework for the Symphony API Client
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