Search for solutions or post your questions. Let our community experts move you forward.
I'm working with a Spryker project and trying to run unit/integration tests for a specific module, for example: vendor/bin/codecept run --coverage-html -c tests/PyzTest/Client/Foo The issue I'm facing: It runs very slowly or even crashes due to memory exhaustion (especially with coverage enabled). I suspect that code…