No description
Find a file
2024-05-30 23:17:05 +05:30
.husky clean: use best practices 2024-02-07 05:59:45 +05:30
tests guest-network: fixes for dhcp leases 2024-05-30 23:17: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