You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
267 B

4 years ago
  1. # About this folder: Tests
  2. Before running the tests, start an Etherpad instance on your machine.
  3. ## Frontend
  4. To run the frontend tests, point your browser to `<yourdomainhere>/tests/frontend`
  5. ## Backend
  6. To run the backend tests, run `cd src` and then `npm test`