2013-09-01 11:22:03 +02:00
|
|
|
# About this folder: Tests
|
|
|
|
|
2018-07-28 00:23:26 +02:00
|
|
|
Before running the tests, start an Etherpad instance on your machine.
|
|
|
|
|
2013-09-01 11:22:03 +02:00
|
|
|
## Frontend
|
|
|
|
|
2018-07-28 00:23:26 +02:00
|
|
|
To run the frontend tests, point your browser to `<yourdomainhere>/tests/frontend`
|
2014-11-28 00:58:50 +01:00
|
|
|
|
|
|
|
## Backend
|
|
|
|
|
2018-07-28 00:26:39 +02:00
|
|
|
To run the backend tests, run `cd src` and then `npm test`
|