How to run functional test in Drupal?
Install packages
Here are the steps to start the test. Lets assume that your Drupal codebase has been already installed with the composer.
We need additional packages:
composer require --dev drupal/core-dev - install additional tools
composer require...
arysom.hashnode.dev2 min read