FriendsOfBehat / SymfonyExtension

:musical_score: Extension integrating Behat with Symfony.
MIT License
472 stars 62 forks source link

Example on how to enable test environment #147

Closed walva closed 2 years ago

walva commented 3 years ago

It is very easy to have failure with the default configuration. In most case, some env variable are not found. Eg: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\EnvNotFoundException: "Environment variable not found: "CORS_ALLOW_ORIGIN"." at /application/vendor/symfony/dependency-injection/EnvVarProcessor.php line 171

pamil commented 2 years ago

Thanks, Ellis!