pad.libre-service.eu-etherpad/src/tests
Richard Hansen c816c20bc7 HTML import: Replace cheerio with jsdom to simplify contentcollector
Cheerio provides jQuery-like objects but they wrap DOM Node-like
objects that are not 100% API compatible with the DOM spec. Because of
this, contentcollector, which is used in browsers and in Node.js
during HTML import, has until now needed to support two different
APIs. This commit modifies HTML import to use jsdom instead of cheerio
and simplifies contentcollector.
2021-08-12 13:53:23 -04:00
..
backend HTML import: Replace cheerio with jsdom to simplify contentcollector 2021-08-12 13:53:23 -04:00
container restructure: move bin/ and tests/ to src/ 2021-02-04 17:15:08 -05:00
frontend tests: Improve readability of multipleUsers.js 2021-07-25 02:23:50 +02: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

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