Hi, I have a quick question. How exactly one goes...
# docker
l
Hi, I have a quick question. How exactly one goes about setting up Codeception tests with PhantomJS in the Docker SDK? I see that there is configuration for it and the SDK creates a dedicated image for PhantomJS, but when I try to run the tests it's always looking for a binary to execute directly.
👍 1
h
does
docker/sdk testing codecept run tests/PyzTest/Yves/HomePage/Presentation/HomePageTest.php
work?
l
It throws the exact same error
s
quite interested, following