530 B
530 B
Difuse - Playwright
This repo contains tests for the Difuse project using Playwright.
Install
Make sure you have Node.js installed. Then run:
npm install
Copy the .env.sample
file to .env
and fill in the required values.
Test
npm run test
Contributing
Use npm run lint:check
to check for linting errors and npm run lint:fix
to fix them.