Skip to content

Commit

Permalink
Merge pull request #15 from shopware/accessibility
Browse files Browse the repository at this point in the history
Add task for accessibility testing with axe core
  • Loading branch information
Phil23 authored May 28, 2024
2 parents 1e82d13 + 55cf6ec commit b68f9e8
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 173 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ dist
/playwright-report/
/blob-report/
/playwright/.cache/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
2 changes: 2 additions & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export default defineBuildConfig({
externals: [
'@playwright/test',
'@shopware/api-client',
'@axe-core/playwright',
'axe-html-reporter',
'image-js',
'uuid',
],
Expand Down
Loading

0 comments on commit b68f9e8

Please sign in to comment.