Skip to content

Commit

Permalink
30
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Nov 13, 2024
1 parent a810428 commit 40d9ba7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions app-playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,20 @@ export default defineConfig({
],

/* Run your local dev server before starting the tests */
webServer: [
{
command: 'pnpm previewTest',
cwd: '../app',
url: env.VITE_APP_ORIGIN,
ignoreHTTPSErrors: true,
reuseExistingServer: true,
},
// {
// command: 'pnpm previewTest',
// cwd: '../app-ugc',
// url: env.VITE_APP_UGC_ORIGIN,
// ignoreHTTPSErrors: true,
// reuseExistingServer: !isCI,
// },
],
// webServer: [
// {
// command: 'pnpm previewTest',
// cwd: '../app',
// url: env.VITE_APP_ORIGIN,
// ignoreHTTPSErrors: true,
// reuseExistingServer: true,
// },
// // {
// // command: 'pnpm previewTest',
// // cwd: '../app-ugc',
// // url: env.VITE_APP_UGC_ORIGIN,
// // ignoreHTTPSErrors: true,
// // reuseExistingServer: !isCI,
// // },
// ],
})

0 comments on commit 40d9ba7

Please sign in to comment.