Skip to content

Commit

Permalink
Implement playwright acceptance tests for vertical full page map
Browse files Browse the repository at this point in the history
  • Loading branch information
likimmy committed Nov 21, 2023
1 parent eb3436b commit c71f355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ export default defineConfig({
webServer: {
command: 'npm run serve-test-site',
url: 'http://127.0.0.1:5042',
reuseExistingServer: !process.env.CI,
reuseExistingServer: true,
},
});

0 comments on commit c71f355

Please sign in to comment.