diff --git a/cucumber.json b/cucumber.json index 3ba96491..c5d91f16 100644 --- a/cucumber.json +++ b/cucumber.json @@ -2,7 +2,7 @@ "default": { "import": ["playwright/tests/**/*.ts", "playwright/support/**/*.ts"], "worldParameters": { - "appUrl": "https://drb-qa.nypl.org/", + "appUrl": "http://localhost:3000/", "headless": false } }