We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d955b commit b7082bdCopy full SHA for b7082bd
.github/actions/docker-compose-app-e2e.yml
@@ -5,6 +5,7 @@ services:
5
environment:
6
CODE_COVERAGE: "${CODE_COVERAGE:-false}"
7
CI: true # Will be used to alter some configuration when running on github vs locally.
8
+ PLAYWRIGHT_BROWSERS_PATH: /opt/pw-browsers # Custom browser path to prevent some rights issues.
9
GLPI_BASE_URL: http://localhost:80 # Default URL for GLPI. Used for e2e tests.
10
PHP: php
11
GLPI_ENVIRONMENT_TYPE: e2e_testing
0 commit comments