Skip to content

Commit

Permalink
Trying new config for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Jan 31, 2024
1 parent f4bdb15 commit 1c57644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export default defineConfig({

/* Run your local dev server before starting the tests */
webServer: {
command: "npm run start",
url: "http://127.0.0.1:5173",
command: "npm run build && npm run serve",
url: process.env.CI ? "http://localhost:4173/gephi-lite" : "http://127.0.0.1:5173/gephi-lite",
reuseExistingServer: !process.env.CI,
timeout: 120000,
},
Expand Down

0 comments on commit 1c57644

Please sign in to comment.