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

templates.integration-test.it.test.runner.vm Maven / Gradle / Ivy

package ${basePackage}.tests;

import io.cucumber.core.cli.Main;

public class TestRunner {
    public static void main(String[] args) throws Throwable {
        String[] defaultArgs = new String[] {
            "./specifications",
            "--glue",
            "${basePackage}.tests"
        };

        Main.main(defaultArgs);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy