Skip to content

Commit

Permalink
updated baseurl for ecommerce
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaisalkhatri committed Sep 18, 2024
1 parent 1e55f0a commit e3f6632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class BaseTest {

protected Playwright playwright;
protected APIRequestContext request;
private static final String BASE_URL = "http://restful-ecommerce:3004";
private static final String BASE_URL = "http://host.docker.internal:3004";

@BeforeClass
public void setup() {
Expand Down

0 comments on commit e3f6632

Please sign in to comment.