Skip to content

Instantly share code, notes, and snippets.

View nacholibre's full-sized avatar
💭
Your true wealth is time and freedom, money is just a tool for trading your time

Yoan Arnaudov nacholibre

💭
Your true wealth is time and freedom, money is just a tool for trading your time
View GitHub Profile
@nacholibre
nacholibre / .gitlab-ci.yml
Last active December 4, 2024 14:59
Symfony Panther PHPUnit Gitlab CI example
e2e-tests:
stage: Test
image: php:8.1
variables:
PANTHER_APP_ENV: panther_ci
PANTHER_NO_SANDBOX: 1
PANTHER_WEB_SERVER_PORT: 9080
PANTHER_DEVTOOLS: 1
PANTHER_CHROME_ARGUMENTS: '--disable-dev-shm-usage'
PANTHER_ERROR_SCREENSHOT_ATTACH: 1