Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.