Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-06T18:27:02.000Z (9 months ago)
- Last Synced: 2024-04-06T19:26:26.893Z (9 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: 787 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Passes Next.js build](https://github.com/lundjrl/spark-accessibility-ci/actions/workflows/nextjs.yml/badge.svg)](https://github.com/lundjrl/spark-accessibility-ci/actions/workflows/nextjs.yml)
[![Passes E2E tests](https://github.com/lundjrl/spark-accessibility-ci/actions/workflows/e2e.yml/badge.svg)](https://github.com/lundjrl/Next-App-Template/actions/workflows/e2e.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?color=blue)](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.