Please clone it and run
$ ddev startImport db dump when ddev is up
$ ddev import-db --src=basesulu.sqlDo composer install with ddev
$ ddev composer installRun composer commands in the web container for db environment to add new packages
$ ddev ssh --service web Testing with Codeception with a local Selenium server Run all tests
$ vendor/bin/codecept run --steps -vvv Run acceptance tests
$ vendor/bin/codecept run acceptance --steps -vvv Run integration tests
$ vendor/bin/codecept run integration --steps -vvv Run single test
$ vendor/bin/codecept run acceptance form/contactCest:emailIsRequired --steps -vvv Db pitfail - DDEV has a dynamic db port check "docker ps" and set the port on .env file