No description
Find a file
hayzam e87dc83fbc
cleanup
: more stds
2024-02-09 00:36:05 +05:30
.husky clean: use best practices 2024-02-07 05:59:45 +05:30
tests cleanup 2024-02-09 00:36:05 +05:30
utils cleanup 2024-02-09 00:36:05 +05:30
.env.sample first commit 2024-02-07 05:32:43 +05:30
.gitignore first commit 2024-02-07 05:32:43 +05:30
package-lock.json clean: use best practices 2024-02-07 05:59:45 +05:30
package.json cleanup 2024-02-09 00:36:05 +05:30
playwright.config.cjs cleanup 2024-02-09 00:36:05 +05:30
README.md first commit 2024-02-07 05:32:43 +05:30

Difuse - Playwright

js-semistandard-style

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