dutchiexl / BehatHtmlFormatterPlugin

This is a behat plugin to generate HTML reports
MIT License
112 stars 117 forks source link

Twig rendering not working on docker slave with oracleLinuxSlim 8. #134

Closed zanderFortinbras closed 1 year ago

zanderFortinbras commented 1 year ago

Twig rendering not working on docker slave with oracleLinuxSlim 8 + php 7.4. (index file created but empty. All supporting twig libraries in situ) Behat2 works but not Twig. The dependencies load correctly and am using the latest version 2.0.0. What other dependencies are critical to Twig running. Zero bytes.

extensions: emuse\BehatHTMLFormatter\BehatHTMLFormatterExtension: name: emusehtml renderer: Twig,Behat2 file_name: generated print_args: true print_outp: true loop_break: true

image

zanderFortinbras commented 1 year ago

Any guidance would be very much appreciated.

PurHur commented 1 year ago

I never used oracle linux before. I dont know.

This sounds like an issue with the connection to selenium to chrome or something like that. Without knowing your whole setup this is hard to debug.

zanderFortinbras commented 1 year ago

Thanks PurHur - There is no Selenium involved we are using api / Guzzle

zanderFortinbras commented 1 year ago

Finally got to the bottom of this issue it was a memory_limit limitation in php.ini. I set it to -1