No description
Find a file
2024-06-19 18:39:32 +05:30
.husky clean: use best practices 2024-02-07 05:59:45 +05:30
tests Network - Wifi : test Completed 2024-06-19 18:39:32 +05:30
utils Network - Wifi : Clients Tab test Completed and 2.4Ghz Wifi Tab Partially completed 2024-06-15 01:20:47 +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 Network - Lan : IPv4 tab test completed 2024-06-13 15:07:55 +05:30
package.json Network - Lan : IPv4 tab test completed 2024-06-13 15:07:55 +05:30
playwright.config.cjs cleanup 2024-02-09 00:36:05 +05:30
README.md docs: linting notes, npm: lint scripts 2024-06-02 21:13:03 +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

Contributing

Use npm run lint:check to check for linting errors and npm run lint:fix to fix them.