We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e55f0a commit e3f6632Copy full SHA for e3f6632
src/test/java/io/github/mfaisalkhatri/api/restfulecommerce/BaseTest.java
@@ -13,7 +13,7 @@ public class BaseTest {
13
14
protected Playwright playwright;
15
protected APIRequestContext request;
16
- private static final String BASE_URL = "http://restful-ecommerce:3004";
+ private static final String BASE_URL = "http://host.docker.internal:3004";
17
18
@BeforeClass
19
public void setup() {
0 commit comments