Skip to content

Commit

Permalink
update the app url in cucumber.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan1229 committed Oct 15, 2024
1 parent 2772348 commit 5479c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 5479c19

Please sign in to comment.