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

net.serenitybdd.cucumber.CucumberWithSerenity Maven / Gradle / Ivy

There is a newer version: 4.2.8
Show newest version
package net.serenitybdd.cucumber;

import io.cucumber.junit.CucumberSerenityRunner;
import org.junit.runners.model.InitializationError;

/**
 * Run Cucumber with Serenity using JUnit 4
 */
public class CucumberWithSerenity extends CucumberSerenityRunner {

    public CucumberWithSerenity(Class clazz) throws InitializationError {
        super(clazz);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy