{% extends "zerver/portico.html" %} {# Login page. #} {% block portico_content %}
Below is a list of useful tools and data sets available only in the Zulip development environment that are often useful when contributing to Zulip. Most of these require you to run a command to build/generate the relevant content. This table specifies which command to use to update the data served by each page (since several of these, like test coverage, require a special command to be run to generate the data). Make sure your development server is still running when you visit these!
URL | Command | Description |
---|---|---|
/coverage/index.html | ./tools/test-backend --coverage |
View backend coverage report |
/node-coverage/index.html | ./tools/test-js-with-node --coverage |
View node coverage report |
/docs/index.html | ./tools/build-docs |
View Zulip documentation |
/emails | None needed | Preview all email templates |
/static/html/5xx.html | ./manage.py collectstatic --noinput |
Error 5xx page served by nginx (used when Django is totally broken) |
/errors/404 | None needed | Error 404 page served by Django |
/errors/5xx | None needed | Error 5xx page served by Django |