docs: trivial corrections to test documentation
parent
a3ae374a67
commit
cb8275fc4b
|
@ -1,9 +1,11 @@
|
|||
# About this folder: Tests
|
||||
|
||||
Before running the tests, start an Etherpad instance on your machine.
|
||||
|
||||
## Frontend
|
||||
|
||||
To run the tests, point your browser to `<yourdomainhere>/tests/frontend`
|
||||
To run the frontend tests, point your browser to `<yourdomainhere>/tests/frontend`
|
||||
|
||||
## Backend
|
||||
|
||||
To run the tests, run ``bin/backendTests.sh``
|
||||
To run the backend tests, run `bin/backendTests.sh`
|
||||
|
|
Loading…
Reference in New Issue