Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.c0deattack.cucumberjvmtutorial;
- import org.junit.runner.RunWith;
- import cucumber.junit.Cucumber;
- @RunWith(Cucumber.class)
- @Cucumber.Options(format={“pretty”, “html:target/cucumber”})
- public class RunTests { }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement