Skip to content

Commit

Permalink
test: screen-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Apr 25, 2024
1 parent 3cd6f5d commit 8103d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions screen-reader-test/playwright.screen-reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import showcaseConfig from "./playwright.showcase";
const defaultScreenReaderConfig: PlaywrightTestConfig = {
...screenReaderConfig,
...showcaseConfig,
retries: process.env.CI ? 2 : 0,
reportSlowTests: null,
testDir: "./screen-reader/tests",
snapshotDir: "./screen-reader/__snapshots__",
Expand Down

0 comments on commit 8103d21

Please sign in to comment.