There is currently a lando codeception tool defined in .lando.yml, but it has never worked because there's no codeception package added to composer.json:
tooling:
codeception:
service: appserver
description: Run codeception
cmd:
- ./vendor/bin/codecept
- "--env=lando"
Let's add either codeception/codeception or guncha25/drupal-codeception package + testing setup.
See also:
cc: @guncha25 , @floretan
There is currently a
lando codeceptiontool defined in.lando.yml, but it has never worked because there's no codeception package added tocomposer.json:Let's add either
codeception/codeceptionorguncha25/drupal-codeceptionpackage + testing setup.See also:
cc: @guncha25 , @floretan