No description
Find a file
2024-06-06 17:43:39 +00:00
.husky clean: use best practices 2024-02-07 05:59:45 +05:30
tests DPI : Overview ,Detail Explorer ,Live View, Settings Test Completed 2024-06-05 21:12:22 +05:30
utils cleanup 2024-02-09 00:36:05 +05:30
.env.sample Renamed Branch Testing-Progress to 1.1.0 and Restore .env.sample file 2024-06-02 22:04:13 +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 npm: fix typo in scripts 2024-06-02 21:44:14 +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.