added notice on how to run the live tests
This commit is contained in:
parent
812f540386
commit
976839d8af
|
@ -13,7 +13,7 @@ import io.restassured.specification.RequestSpecification;
|
|||
import org.junit.Test;
|
||||
import org.springframework.http.MediaType;
|
||||
|
||||
|
||||
// In order to execute these tests, org.baeldung.custom.Application needs to be running.
|
||||
public class ApplicationLiveTest {
|
||||
|
||||
@Test
|
||||
|
|
|
@ -8,6 +8,7 @@ import io.restassured.response.Response;
|
|||
import org.junit.Test;
|
||||
|
||||
|
||||
// In order to execute these tests, org.baeldung.ip.IpApplication needs to be running.
|
||||
public class IpLiveTest {
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue