Skip to content

chore: Add Playwright tests scaffolding and initial tests#551

Draft
lsr-explore wants to merge 1 commit into
mainfrom
lsr-explore/chore/add-playwright-test
Draft

chore: Add Playwright tests scaffolding and initial tests#551
lsr-explore wants to merge 1 commit into
mainfrom
lsr-explore/chore/add-playwright-test

Conversation

@lsr-explore
Copy link
Copy Markdown
Contributor

@lsr-explore lsr-explore commented May 2, 2026

Fixes

Add Playwright test scaffolding and initial tests

Tests help prevent regressions and can identify accessibility issues.

What is in this PR

Note

If the team decides to proceed with this change, the Playwright docs should be reviewed for what should be included in the playwright config file.


How to run playwright

run without the us

npm run test:e2e
playwright test report showing 5 tests run and one test failed

run with the ui

npm run test:e2e:ui
playwright test runner ui showing 5 tests run and one test failed and the output from the failed test

References

Playwright

https://playwright.dev/
https://www.npmjs.com/package/playwright

@axe-core/playwright

https://www.npmjs.com/package/@axe-core/playwright

Astro docs - Testing

https://docs.astro.build/en/guides/testing/

@netlify
Copy link
Copy Markdown

netlify Bot commented May 2, 2026

Deploy Preview for accessiblecommunity ready!

Name Link
🔨 Latest commit cf0e3df
🔍 Latest deploy log https://app.netlify.com/projects/accessiblecommunity/deploys/69fb772aeb2e360008118d9b
😎 Deploy Preview https://deploy-preview-551--accessiblecommunity.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@lsr-explore lsr-explore force-pushed the lsr-explore/chore/add-playwright-test branch from 721ff01 to cf0e3df Compare May 6, 2026 17:15
@lsr-explore lsr-explore linked an issue May 10, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add playwright and playwright axe

1 participant