Environments ============ Environment details ~~~~~~~~~~~~~~~~~~~ You can navigate to the environment details using the sidebar or the details button on the envs list of a repository. .. image:: ../_static/navigate-to-env.png :alt: navigate-to-env You can see the details of the env in the env details page. .. image:: ../_static/env-details.png :alt: env-details Here you can run env actions like build, launch, cancel, stop, ..., depending on the status of the env. You can also configure "quick actions" on the parent repo for the envs, check the specification on the qaack configuration file :ref:`here`. Additionally you can configure automated visual tests and lighthouse checks, check the specification on the qaack configuration file :ref:`here`. The Build Logs and Activity Logs provide information about the building process and the actions performed on the env. On the bottom, the services of the env are listed. You can check the logs of the services and access a virtual console for each of them in order to run commands. Service console ~~~~~~~~~~~~~~~~ When you access the console of a service you can run commands in it. .. image:: ../_static/service-console.png :alt: service-console