I'm new to the Codeception framework and trying to run the unit test scripts from this directory:
tests/codeception/frontend/unit
DB configuration for testing has been done in config-local.php.
Now, my question is how to run the test scripts? I've tried to run the following commands from the terminal:
frontend tests
cd frontend
codecept build
codecept run
But it says Codecept: command not found.