etherpad-lite/src/tests
SamTV12345 049231e4af
Feature/axios (#5776)
* Move from deprecated request package to axios.

* Fixed package.json

* Another check.

* Fixing npm - hopefully the last.

* Remove double parsing of JSON.

* Bump bundled npm to also get rid of request in the bundled npm.

* Revert "Bump bundled npm to also get rid of request in the bundled npm."

This reverts commit b60fa4f435c141bca332a5b344c36204eb0cc7b4.
2023-06-27 21:20:53 +02:00
..
backend Feature/axios (#5776) 2023-06-27 21:20:53 +02:00
container restructure: move bin/ and tests/ to src/ 2021-02-04 17:15:08 -05:00
frontend tests: drop windows 7 test coverage & use chrome latest for admin tests instead of safari (#5752) 2023-06-23 10:22:09 +01:00
ratelimit restructure: Prefix `bin/` and `tests/` with `src/` 2021-02-05 21:52:08 +00:00
README.md restructure: move bin/ and tests/ to src/ 2021-02-04 17:15:08 -05:00

README.md

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