diff --git a/cucumber.json b/cucumber.json index 877aceb0..ac6320f5 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 } }