--- title: 🧪 Testing During Development weight: -6 --- # Locally test the app during development ## WIP ## Run the tests #### 1. Install the global dependencies ```shell npm ci npx playwright install --with-deps ``` #### 2. Run tests ```shell npx playwright test ``` If everything goes well, you should see a `passed` message. ![testing-1](https://github.com/danny-avila/LibreChat/assets/32828263/35b5c6a8-5c76-4e76-8ad9-2b1977eabc2a)