Skip to content

Commit

Permalink
started E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Dec 14, 2017
1 parent 95b19e3 commit 4a51627
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package com.examples.spring.demo.e2e;

import org.junit.runner.RunWith;

import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;

@RunWith(Cucumber.class)
@CucumberOptions(features = "src/bdd/resources")
public class EmployeeWebE2E {

}

0 comments on commit 4a51627

Please sign in to comment.