Merge pull request #1869 from codingisacopingstrategy/clarify-how-to-access-tests
Clarify how to acces tests
This commit is contained in:
commit
ed77bffbab
2 changed files with 8 additions and 0 deletions
|
@ -63,3 +63,6 @@ The docs are in the `doc/` folder in the git repository, so people can easily fi
|
|||
Documentation should be kept up-to-date. This means, whenever you add a new API method, add a new hook or change the database model, pack the relevant changes to the docs in the same pull request.
|
||||
|
||||
You can build the docs e.g. produce html, using `make docs`. At some point in the future we will provide an online documentation. The current documentation in the github wiki should always reflect the state of `master` (!), since there are no docs in master, yet.
|
||||
|
||||
## Testing
|
||||
Front-end tests are found in the `tests/frontend/` folder in the repository. Run them by pointing your browser to `<yourdomainhere>/tests/frontend`.
|
5
tests/README.md
Normal file
5
tests/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# About this folder: Tests
|
||||
|
||||
## Frontend
|
||||
|
||||
To run the tests, point your browser to `<yourdomainhere>/tests/frontend`
|
Loading…
Reference in a new issue