Skip to content

Commit

Permalink
Merge pull request #12 from 8845musign/chore/a11y-testing
Browse files Browse the repository at this point in the history
Porting Accessibility Tests from the Internal Package
  • Loading branch information
takanorip authored Oct 6, 2023
2 parents a764f1e + 3f1a1b2 commit 3dab395
Show file tree
Hide file tree
Showing 9 changed files with 622 additions and 88 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ jobs:
with:
persist-credentials: false

- uses: ./actions/setup-node-and-install-deps
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18

- name: Install dependencies
run: npm ci

- name: Lint
run: npm run lint

- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Test
run: npm run test
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ npm-debug.log*
# storybook
/storybook-static
build-storybook.log

# Test
/test-results/
/playwright-report/
/playwright/.cache/
Loading

0 comments on commit 3dab395

Please sign in to comment.