mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-25 12:31:00 +01:00
This was a preparatory commit for 3292429ab312 (which introduced a bug, see issue #3728) and modified the tests for issue #3620. Commit 155a895604ae per se did not introduce any bugs, but was difficult to inspect because of its size. For this, the corresponding PR (#3622) should not have been accepted. --HG-- branch : revert-3622
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