Skip to content

Commit

Permalink
ci: less logs from axe playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezhik Kyzyl-ool committed Apr 22, 2024
1 parent 6298b3f commit c94d705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .storybook/test-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ const config: TestRunnerConfig = {
// Apply story-level a11y rules
await configureAxe(page, {
rules: storyContext.parameters?.a11y?.config?.rules,
reporter: 'no-passes',
});

await checkA11y(page, '#storybook-root', {
verbose: false,
detailedReport: true,
detailedReportOptions: {
html: true,
Expand Down

0 comments on commit c94d705

Please sign in to comment.