difuse-playwright/README.md

21 lines
423 B
Markdown
Raw Normal View History

2024-02-07 00:02:43 +00:00
# Difuse - Playwright
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg)](https://github.com/standard/semistandard)
This repo contains tests for the Difuse project using Playwright.
## Install
Make sure you have Node.js installed. Then run:
```bash
npm install
```
Copy the `.env.sample` file to `.env` and fill in the required values.
## Test
```bash
npm run test
```