{{ webception.name|raw }}


{% if not codeception.ready() %}

Codeception config could not be fully loaded.

{% if codeception.site.ready() %}

The configuration for {{ codeception.site.getName() }} is currently set as:

  • {{ codeception.site.getConfig() }}

You can set the location of the configuration in:

  • {{ codeception.config.location }}
{% else %}

It appears there are no settings in there at all. It may be worth re-downloading it from the {{ webception.name|raw }} repo.

You can set the location of the Codeception configuration in the following:

  • {{ codeception.config.location }}
{% endif %}

Pro-tip: Once you've set that, just reload the page.

{% endif %}

{{ random(["It appears we have a problem...", "Oh no, I don't believe it!", "What's wrong this time?", "Ah, that ain't right!"]) }}

You can set the location of the config in the following file:

Pro-tip: Once you've fixed that, just reload the page.

{% block content %}{% endblock %}

{{ webception.name|raw }} (v{{ webception.version }}) for Codeception © {{ "now"|date("Y") }} • Follow {{ webception.twitter }}.