Skip to content

Commit

Permalink
test(SLB-209): start preview server for drupal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Apr 17, 2024
1 parent 5c531bb commit 6beb83e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/e2e/playwright.config.drupal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ export default defineConfig({
port: 8000,
reuseExistingServer: !process.env.CI,
},
{
command: 'pnpm run --filter "@custom/preview" start',
port: 8001,
reuseExistingServer: !process.env.CI,
},
],
/* Run tests in files in parallel */
fullyParallel: true,
Expand Down

0 comments on commit 6beb83e

Please sign in to comment.