Skip to content

Commit

Permalink
Disabling concurrent tests
Browse files Browse the repository at this point in the history
Co-Authored-By: Nyby <[email protected]>
  • Loading branch information
BaBrixx and NybyDK committed Dec 14, 2023
1 parent ea81350 commit 2cdc684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { PlaywrightTestConfig } from "@playwright/test";
import { devices } from "@playwright/test";

const config: PlaywrightTestConfig = {
workers: 1,
webServer: {
command: "yarn build && yarn preview",
port: 4173,
Expand Down

0 comments on commit 2cdc684

Please sign in to comment.