Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Update playwright.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsainear authored Oct 6, 2023
1 parent 0de4c7e commit 4c9cc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default defineConfig({
cwd: "..",
command: "npm run -w backend start:mainnet",
reuseExistingServer: !(process.env.CI || process.env.PW_SERVER),
url: `${BACKEND_BASE_URL}/global-state`,
url: `${BACKEND_BASE_URL}/ping`,
env: {
DB_NAME_PREFIX: "test",
},
Expand Down

0 comments on commit 4c9cc64

Please sign in to comment.