added notice on how to run the live tests

This commit is contained in:
Mathieu Fortin 2020-03-03 18:46:32 -05:00
parent 812f540386
commit 976839d8af
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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