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