Running Codeception Tests
To run all Codeception tests of your module:
MODULE_IDS=<moduleId-1>,<moduleId-2> \
vendor/bin/codecept run Acceptance \
-c <vendor_name>/<module_name>/tests/codeception.yml
Run with PHPStorm
The description how to setup Codeception on PHPStorm you can find here.
Note: The default configuration file for the test runner is located in <shop_dir>/tests/codeception.yml
.