{% block head %}{% endblock %}
Golem
G
{% if g.user.is_authenticated %}
{% if project %}{{project}}{% else %}Project{% endif %}
{% for p in get_user_projects() %}
{{p}}
{% endfor %}
{% if project %} {% if g.user.project_permission(project) != 'reports-only' %}
Suites
Tests
Pages
Settings
Environments
{% endif %}
Reports
{% else %}
Reports
{% endif %}
{% if g.user.is_superuser %}
Global Settings
Drivers
Users
{% endif %} {% endif %}
{% if g.user.is_authenticated %}
{{ g.user.username }}
Profile
Log out
{% else %}
Log in
{% endif %}
{{config.GOLEM_VERSION}}
-
-
{% block content %} {% endblock %}
×
Error
×
×
×
×
×
Run Test Configurations
Tests
Browsers
Environments
Processes
Cancel
Run Test
×
Running Test
{% block footer_declarations %}{% endblock %}