CodyBontecou / cypress-component-testing-with-nuxt-3

Repo to supplement my blog post that goes over setting up Cypress Component Test Runner with Nuxt 3 and TailwindCSS.
https://codybontecou.com/cypress-component-testing-with-nuxt-3.html
6 stars 1 forks source link
cypress cypress-example nuxt nuxt3

Cypress Component Testing with Nuxt 3

Repo to supplement my blog post that goes over setting up Cypress Component Test Runner with Nuxt 3 and TailwindCSS.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev