pad.libre-service.eu-etherpad/src/tests
SamTV12345 546ede284c
Converted tests to typescript. (#6181)
* Converted tests to typescript.

* Run all tests.

* Fixed tests.

* Removed cypress from every installation.

* Use cache for libreoffice.

* Fixed cypress install.

* Fixed cypress install.
2024-02-22 18:31:17 +01:00
..
backend Converted tests to typescript. (#6181) 2024-02-22 18:31:17 +01:00
container restructure: move bin/ and tests/ to src/ 2021-02-04 17:15:08 -05:00
frontend cleanup after workspace refactoring (#6174) 2024-02-21 21:50:11 +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

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