Skip to content

Commit

Permalink
Bring back "-linux"
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Sep 12, 2024
1 parent 96cd545 commit 6395b2c
Show file tree
Hide file tree
Showing 562 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions frontend/test/playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ const pwCommand = process.env.FASTSTART !== "false" ? "dev" : "prod:playwright"

const config: PlaywrightTestConfig = {
forbidOnly: !!process.env.CI,
snapshotPathTemplate:
"{snapshotDir}/{testFileDir}/{testFileName}-snapshots/{arg}{ext}",
webServer: {
command: `pnpm exec npm-run-all -p -r talkback ${pwCommand}`,
timeout: process.env.CI ? 60_000 * 5 : 60_000 * 10, // 5 minutes in CI, 10 in other envs
Expand Down
2 changes: 0 additions & 2 deletions frontend/test/storybook/playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import type { PlaywrightTestConfig } from "@playwright/test"

const config: PlaywrightTestConfig = {
snapshotPathTemplate:
"{snapshotDir}/{testFileDir}/{testFileName}-snapshots/{arg}{ext}",
forbidOnly: !!process.env.CI,
webServer: {
command: "pnpm prod:storybook",
Expand Down
Loading

0 comments on commit 6395b2c

Please sign in to comment.