These tests utilize Codeception and WP Browser.
composer install
- Create a new file
codeception.yml
with the env file you want to use:
params:
- .env.docker
./bin/codecept run integration
These tests utilize Codeception and WP Browser.
composer install
codeception.yml
with the env file you want to use:params:
- .env.docker
./bin/codecept run integration