https://github.com/lundjrl/nextjs-accessibility-ci
Demo Next.js project that shows cypress and AXE CI implementation.
https://github.com/lundjrl/nextjs-accessibility-ci
accessibility axe cypress github-actions nextjs tailwindcss
Last synced: 2 months ago
JSON representation
Demo Next.js project that shows cypress and AXE CI implementation.
- Host: GitHub
- URL: https://github.com/lundjrl/nextjs-accessibility-ci
- Owner: lundjrl
- License: mit
- Created: 2023-10-11T21:16:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-25T13:05:11.000Z (8 months ago)
- Last Synced: 2026-01-14T12:26:30.018Z (6 months ago)
- Topics: accessibility, axe, cypress, github-actions, nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://dev.to/lundjrl/building-a-cypress-accessibility-pipeline-with-nextjs-and-axe-5146
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/lundjrl/spark-accessibility-ci/actions/workflows/nextjs.yml)
[](https://github.com/lundjrl/Next-App-Template/actions/workflows/e2e.yml)
[](https://opensource.org/licenses/MIT)
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, install dependencies with `bun install` or `nvm use && yarn install`
Then, run the development server with `bun run dev`
## Running CI/CD
First, in a terminal window, run `bun run dev` to start the site.
Then, run `bun run cypress:open` or `yarn cypress:open` to open the E2E suite.