BAEL-4658: Upgrade to Cucumber 6.8.0 (#10121)
This commit is contained in:
@@ -4,6 +4,7 @@ import java.io.IOException;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import io.cucumber.spring.CucumberContextConfiguration;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
|
||||
@@ -13,9 +14,8 @@ import org.springframework.test.context.ContextConfiguration;
|
||||
import org.springframework.web.client.ResponseErrorHandler;
|
||||
import org.springframework.web.client.RestTemplate;
|
||||
|
||||
//@RunWith(SpringJUnit4ClassRunner.class)
|
||||
@CucumberContextConfiguration
|
||||
@SpringBootTest(classes = SpringDemoApplication.class, webEnvironment = WebEnvironment.DEFINED_PORT)
|
||||
@ContextConfiguration
|
||||
public class SpringIntegrationTest {
|
||||
static ResponseResults latestResponse = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user