Skip to content

Simple showcase of Playwright component testing using React

Notifications You must be signed in to change notification settings

juannavalonribas/playwright-component-testing

Repository files navigation

🎭 Playwright component testing project

🧙‍♂️ Greetings

This repository contains simple showcase of component testing using Playwright.

⚙️ Tech stack

🧪 Run tests

  1. To use the specific Node.js version within a project using nvm:
nvm use 
  1. Install dependencies
npm install
  1. Run component tests
npm run test-ct

⚡️ Start project

npm run dev