Skip to content

Commit

Permalink
Moved frontend test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Oct 22, 2023
1 parent b68d3f8 commit bc77824
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig, devices } from "@playwright/test";

export default defineConfig({
testDir: "./__tests__/frontend-playwright",
testDir: "./__tests__/frontend",
fullyParallel: true,
forbidOnly: process.env.CI !== undefined,
retries: process.env.CI !== undefined ? 2 : 0,
Expand Down

0 comments on commit bc77824

Please sign in to comment.