File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/io/github/mfaisalkhatri/api/restfulecommerce Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
run : docker compose -f ./docker-compose-restfulbooker.yml up -d
39
39
40
40
- name : Start restful e-commerce service
41
- run : docker compose -f ./docker-compose-ecommerce.yml up --service-ports - d
41
+ run : docker compose -f ./docker-compose-ecommerce.yml up -d
42
42
43
43
- name : Build Project
44
44
run : mvn clean install -DskipTests
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class BaseTest {
13
13
14
14
protected Playwright playwright ;
15
15
protected APIRequestContext request ;
16
- private static final String BASE_URL = "http://localhost :3004" ;
16
+ private static final String BASE_URL = "http://restful-ecommerce :3004" ;
17
17
18
18
@ BeforeClass
19
19
public void setup () {
You can’t perform that action at this time.
0 commit comments