etherpad-lite/src/tests
SamTV12345 fcfd7c42a0 Convert test files to ESM (batch 2): pad, favicon, chat, contentcollector, export_list
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-26 14:05:45 +02:00
..
backend Convert test files to ESM (batch 2): pad, favicon, chat, contentcollector, export_list 2026-04-26 14:05:45 +02:00
backend-new chore: moved first files to esm (#7061) 2025-08-04 19:59:28 +02:00
container Feat/oauth2 (#6281): Added oauth to API paths 2024-03-26 17:11:24 +01:00
frontend Removed deprecated js files. 2024-08-18 19:22:08 +02:00
frontend-new fix(chat): icon click, disabled toggles, username layout (#7590, #7592, #7593) (#7597) 2026-04-26 09:56:38 +01:00
ratelimit Added typescript to etherpad 2024-02-05 21:13:02 +01:00
README.md restructure: move bin/ and tests/ to src/ 2021-02-04 17:15:08 -05:00
settings.json Add creator-owned pad settings defaults (#7545) 2026-04-19 11:13:44 +01:00

About this folder: Tests

Before running the tests, start an Etherpad instance on your machine.

Frontend

To run the frontend tests, point your browser to <yourdomainhere>/tests/frontend

Backend

To run the backend tests, run cd src and then npm test