Skip to content

Commit

Permalink
test: rename test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Apr 11, 2024
1 parent e7a83c7 commit fdc66a4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ styled-system-studio
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/e2e/.cache/
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
Expand Up @@ -4,7 +4,7 @@ import { defineConfig, devices } from '@playwright/test';
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
testDir: './playwright',
testDir: './e2e',
fullyParallel: true,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
Expand Down

0 comments on commit fdc66a4

Please sign in to comment.