Advertisement
amandab

Untitled

Oct 18th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. package com.c0deattack.cucumberjvmtutorial;
  2.  
  3. import org.junit.runner.RunWith;
  4. import cucumber.junit.Cucumber;
  5.  
  6. @RunWith(Cucumber.class)
  7. @Cucumber.Options(format={“pretty”, “html:target/cucumber”})
  8.  
  9. public class RunTests { }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement