選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
267 B

4年前
  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`