Good morning, did anyone managed to run functional...
# docker
c
Good morning, did anyone managed to run functional tests on the docker/sdk stack ? Can maybe someone share a codeception.functional.yml configuration file?
w
Did you run them in the test mode?
docker/sdk cli -t vendor/bin/codecept run
c
yes, and i had DB connection errors.
w
Then try to restart your whole stack in test mode:
docker/sdk stop && docker/sdk up -t
c
also did that, no luck
k
hi stefan, i was happy to read your name here. i had the same issue. the only way to fix it is to completely rebuild the project with boot deploy.ci.functional setting. i think the propel helper in the tests will be looking for a docker-ci database and the development one is called docker-eu or something like that. sorry to have no solution, but i ran into the same thing.
c
Hi Julius, glad to hear back from you! Thanks for the info & advice!